aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/language.h')
-rw-r--r--src/common/language.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/language.h b/src/common/language.h
index 03bdf7f0..4811e7f0 100644
--- a/src/common/language.h
+++ b/src/common/language.h
@@ -40,9 +40,9 @@
#include <string>
-namespace google_breakpad {
+#include "common/using_std_string.h"
-using std::string;
+namespace google_breakpad {
// An abstract base class for language-specific operations. We choose
// an instance of a subclass of this when we find the CU's language.