aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/memory_mapped_file_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/linux/memory_mapped_file_unittest.cc')
-rw-r--r--src/common/linux/memory_mapped_file_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/linux/memory_mapped_file_unittest.cc b/src/common/linux/memory_mapped_file_unittest.cc
index cf89bca9..0c551ac2 100644
--- a/src/common/linux/memory_mapped_file_unittest.cc
+++ b/src/common/linux/memory_mapped_file_unittest.cc
@@ -41,11 +41,11 @@
#include "common/linux/memory_mapped_file.h"
#include "common/tests/auto_tempdir.h"
#include "common/tests/file_utils.h"
+#include "common/using_std_string.h"
using google_breakpad::AutoTempDir;
using google_breakpad::MemoryMappedFile;
using google_breakpad::WriteFile;
-using std::string;
namespace {