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

Unified Diff: base/strings/sys_string_conversions_win.cc

Issue 12213061: Move sys_string_conversions to base/strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm him Created 7 years, 10 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/sys_string_conversions_unittest.cc ('k') | base/sys_info_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/sys_string_conversions_win.cc
diff --git a/base/sys_string_conversions_win.cc b/base/strings/sys_string_conversions_win.cc
similarity index 97%
rename from base/sys_string_conversions_win.cc
rename to base/strings/sys_string_conversions_win.cc
index 8b2367b3afa2d0fe485193de2004afa61618c72d..67c5437896e88b4ada6d53426a0344787842239b 100644
--- a/base/sys_string_conversions_win.cc
+++ b/base/strings/sys_string_conversions_win.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/sys_string_conversions.h"
+#include "base/strings/sys_string_conversions.h"
#include <windows.h>
« no previous file with comments | « base/strings/sys_string_conversions_unittest.cc ('k') | base/sys_info_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698