Index: base/pickle_unittest.cc |
diff --git a/base/pickle_unittest.cc b/base/pickle_unittest.cc |
index 6e9d41df0b49eda371d7113ed3fba22d252b10eb..b1c5925f6681a254954797f51a21498554f0e0f5 100644 |
--- a/base/pickle_unittest.cc |
+++ b/base/pickle_unittest.cc |
@@ -10,6 +10,9 @@ |
#include "base/strings/string16.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+// Remove when this file is in the base namespace. |
+using base::string16; |
+ |
namespace { |
const int testint = 2093847192; |