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

Unified Diff: base/win/wrapped_window_proc.h

Issue 16320009: Use a direct include of strings headers in base/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/win/win_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/wrapped_window_proc.h
diff --git a/base/win/wrapped_window_proc.h b/base/win/wrapped_window_proc.h
index b5793f265d6f683f9f8c671b683b77373b08ac5d..d464a9c279fe4b3618a22a9c3b5625735fc67fdf 100644
--- a/base/win/wrapped_window_proc.h
+++ b/base/win/wrapped_window_proc.h
@@ -13,7 +13,7 @@
#include <windows.h>
#include "base/base_export.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
namespace base {
namespace win {
« no previous file with comments | « base/win/win_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698