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

Unified Diff: ui/base/win/hwnd_util.cc

Issue 16431009: Use a direct include of strings headers in ui/, part 2. (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 | « ui/base/win/hwnd_util.h ('k') | ui/base/win/ime_input.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/hwnd_util.cc
diff --git a/ui/base/win/hwnd_util.cc b/ui/base/win/hwnd_util.cc
index 2f1098b2b9423f4fb1ecc9f9089f413e5780ef8f..7299c8cd32d5ee9cbaf66d500fc1f4168bdb9b43 100644
--- a/ui/base/win/hwnd_util.cc
+++ b/ui/base/win/hwnd_util.cc
@@ -5,7 +5,7 @@
#include "ui/base/win/hwnd_util.h"
#include "base/i18n/rtl.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/win/metro.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
« no previous file with comments | « ui/base/win/hwnd_util.h ('k') | ui/base/win/ime_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698