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

Unified Diff: base/strings/string16.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.h ('k') | base/strings/string16_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string16.cc
diff --git a/base/string16.cc b/base/strings/string16.cc
similarity index 98%
rename from base/string16.cc
rename to base/strings/string16.cc
index a473786a37adb33afda92c84b9b38dd11a312147..5f92f7577d20f3e1f7d40209417ad5c6adf17634 100644
--- a/base/string16.cc
+++ b/base/strings/string16.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/string16.h"
+#include "base/strings/string16.h"
#if defined(WCHAR_T_IS_UTF16)
« no previous file with comments | « base/strings/string16.h ('k') | base/strings/string16_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698