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

Unified Diff: base/strings/string16_unittest.cc

Issue 16331011: Move string files in base/ to the string subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months 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/strings/string16.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string16_unittest.cc
diff --git a/base/string16_unittest.cc b/base/strings/string16_unittest.cc
similarity index 97%
rename from base/string16_unittest.cc
rename to base/strings/string16_unittest.cc
index cd8f4f647a7039d3d13888928d61161a68a93a7c..fabe02f5b4f8f3e0daad931bbb9bf1af20d29015 100644
--- a/base/string16_unittest.cc
+++ b/base/strings/string16_unittest.cc
@@ -4,7 +4,8 @@
#include <sstream>
-#include "base/string16.h"
+#include "base/strings/string16.h"
+
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « base/strings/string16.cc ('k') | base/strings/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698