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