| Index: base/strings/string_util.cc
|
| diff --git a/base/strings/string_util.cc b/base/strings/string_util.cc
|
| index 4fa3f3fe97f5ac5cb562f5e8293dff58f48cac2d..1d85de8ebbd70c1cfff02e5e60e2770d8bb4ca05 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
|
|
|