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

Unified Diff: ui/base/gtk/gtk_im_context_util.cc

Issue 16402012: Use a direct include of strings headers in ui/, part 1. (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 | « ui/base/gestures/gesture_sequence.cc ('k') | ui/base/gtk/menu_label_accelerator_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/gtk_im_context_util.cc
diff --git a/ui/base/gtk/gtk_im_context_util.cc b/ui/base/gtk/gtk_im_context_util.cc
index ab55ed8281ad22ec42fa541a390a1a2fed588d03..b60856bf3f1940e5a37935978209828d950e1885 100644
--- a/ui/base/gtk/gtk_im_context_util.cc
+++ b/ui/base/gtk/gtk_im_context_util.cc
@@ -6,7 +6,7 @@
#include "base/basictypes.h"
#include "base/i18n/char_iterator.h"
-#include "base/string16.h"
+#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
#include "ui/base/ime/composition_text.h"
« no previous file with comments | « ui/base/gestures/gesture_sequence.cc ('k') | ui/base/gtk/menu_label_accelerator_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698