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

Unified Diff: base/strings/stringprintf.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_win.h ('k') | base/strings/stringprintf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/stringprintf.h
diff --git a/base/stringprintf.h b/base/strings/stringprintf.h
similarity index 94%
copy from base/stringprintf.h
copy to base/strings/stringprintf.h
index 3946f3db5e123aa9485c55c306cf726139ee160e..c5d3b829cc55b757bfaa256dcbec25ca582fee59 100644
--- a/base/stringprintf.h
+++ b/base/strings/stringprintf.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_STRINGPRINTF_H_
-#define BASE_STRINGPRINTF_H_
+#ifndef BASE_STRINGS_STRINGPRINTF_H_
+#define BASE_STRINGS_STRINGPRINTF_H_
#include <stdarg.h> // va_list
@@ -59,4 +59,4 @@ BASE_EXPORT void StringAppendV(std::wstring* dst,
} // namespace base
-#endif // BASE_STRINGPRINTF_H_
+#endif // BASE_STRINGS_STRINGPRINTF_H_
« no previous file with comments | « base/strings/string_util_win.h ('k') | base/strings/stringprintf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698