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

Unified Diff: views/drag_utils.cc

Issue 830002: win: string_util.h -> utf_string_conversions.h fix. (Closed)
Patch Set: Don't remove utf_string_conversions.h from string_util.h just yet Created 10 years, 9 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 | « views/controls/message_box_view.cc ('k') | views/examples/menu_example.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/drag_utils.cc
diff --git a/views/drag_utils.cc b/views/drag_utils.cc
index 44deeb2b1754c1d296ab4c4aab093bbbaaabf367..3344b4ed5741a42454acc39dafa959a9ba6a90c1 100644
--- a/views/drag_utils.cc
+++ b/views/drag_utils.cc
@@ -11,7 +11,7 @@
#include "app/resource_bundle.h"
#include "base/file_util.h"
#include "base/logging.h"
-#include "base/string_util.h"
+#include "base/utf_string_conversions.h"
#include "googleurl/src/gurl.h"
#include "grit/app_resources.h"
#include "views/controls/button/text_button.h"
« no previous file with comments | « views/controls/message_box_view.cc ('k') | views/examples/menu_example.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698