Index: base/strings/string_util_win.h |
diff --git a/base/string_util_win.h b/base/strings/string_util_win.h |
similarity index 92% |
copy from base/string_util_win.h |
copy to base/strings/string_util_win.h |
index 2a4d3fd1e5a5b3c92973f6aea1842d36b197d0f4..aa5084be69bd7c05f7695aa4affe16c5e86cc4d2 100644 |
--- a/base/string_util_win.h |
+++ b/base/strings/string_util_win.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_STRING_UTIL_WIN_H_ |
-#define BASE_STRING_UTIL_WIN_H_ |
+#ifndef BASE_STRINGS_STRING_UTIL_WIN_H_ |
+#define BASE_STRINGS_STRING_UTIL_WIN_H_ |
#include <stdarg.h> |
#include <stdio.h> |
@@ -58,4 +58,4 @@ inline int vswprintf(wchar_t* buffer, size_t size, |
} // namespace base |
-#endif // BASE_STRING_UTIL_WIN_H_ |
+#endif // BASE_STRINGS_STRING_UTIL_WIN_H_ |