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

Unified Diff: base/strings/sys_string_conversions.h

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/mac/mac_util.mm ('k') | base/strings/sys_string_conversions_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/sys_string_conversions.h
diff --git a/base/sys_string_conversions.h b/base/strings/sys_string_conversions.h
similarity index 95%
copy from base/sys_string_conversions.h
copy to base/strings/sys_string_conversions.h
index 3f7631cffc6d114e0f1a87f351bc903fd8f72641..8c800c08b1e2e5158ed4b0bce15e83280826e3cf 100644
--- a/base/sys_string_conversions.h
+++ b/base/strings/sys_string_conversions.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_SYS_STRING_CONVERSIONS_H_
-#define BASE_SYS_STRING_CONVERSIONS_H_
+#ifndef BASE_STRINGS_SYS_STRING_CONVERSIONS_H_
+#define BASE_STRINGS_SYS_STRING_CONVERSIONS_H_
// Provides system-dependent string type conversions for cases where it's
// necessary to not use ICU. Generally, you should not need this in Chrome,
@@ -80,4 +80,4 @@ BASE_EXPORT string16 SysNSStringToUTF16(NSString* ref);
} // namespace base
-#endif // BASE_SYS_STRING_CONVERSIONS_H_
+#endif // BASE_STRINGS_SYS_STRING_CONVERSIONS_H_
« no previous file with comments | « base/mac/mac_util.mm ('k') | base/strings/sys_string_conversions_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698