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

Unified Diff: base/strings/string_util_win.h

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/string_util_unittest.cc ('k') | base/strings/stringprintf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/strings/string_util_unittest.cc ('k') | base/strings/stringprintf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698