summaryrefslogtreecommitdiffstats
path: root/base/strings/string_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/strings/string_util.cc')
-rw-r--r--base/strings/string_util.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/strings/string_util.cc b/base/strings/string_util.cc
index 4fa3f3f..1d85de8 100644
--- a/base/strings/string_util.cc
+++ b/base/strings/string_util.cc
@@ -26,6 +26,10 @@
#include "base/third_party/icu/icu_utf.h"
#include "build/build_config.h"
+// Remove when this entire file is in the base namespace.
+using base::char16;
+using base::string16;
+
namespace {
// Force the singleton used by Empty[W]String[16] to be a unique type. This