Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: base/pickle_unittest.cc

Issue 100303003: Move more uses of string16 to specify base:: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/pickle.cc ('k') | base/strings/string16.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « base/pickle.cc ('k') | base/strings/string16.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698