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_ |