| Index: base/strings/string16_unittest.cc
|
| diff --git a/base/strings/string16_unittest.cc b/base/strings/string16_unittest.cc
|
| index d98b2a9ec5d915072b5603ed8d1bf8ff31a9584d..4e582181a863aa5114deb33ffc0e860b14f5385a 100644
|
| --- a/base/strings/string16_unittest.cc
|
| +++ b/base/strings/string16_unittest.cc
|
| @@ -9,6 +9,8 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +namespace base {
|
| +
|
| #if defined(WCHAR_T_IS_UTF32)
|
|
|
| // We define a custom operator<< for string16 so we can use it with logging.
|
| @@ -52,3 +54,5 @@ TEST(String16Test, OutputStream) {
|
| }
|
|
|
| #endif
|
| +
|
| +} // namespace base
|
|
|