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

Unified Diff: ui/base/ime/composition_text.h

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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/gtk/gtk_im_context_util.cc ('k') | ui/base/ime/composition_text.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/composition_text.h
diff --git a/ui/base/ime/composition_text.h b/ui/base/ime/composition_text.h
index b97712a6322d0ea2b6579da8f1dfa0de8076a09c..5beaffc0eb77887aeb9c7775483540a6b5aa6aa5 100644
--- a/ui/base/ime/composition_text.h
+++ b/ui/base/ime/composition_text.h
@@ -7,8 +7,8 @@
#include "base/strings/string16.h"
#include "ui/base/ime/composition_underline.h"
-#include "ui/base/range/range.h"
#include "ui/base/ui_export.h"
+#include "ui/gfx/range/range.h"
namespace ui {
@@ -47,7 +47,7 @@ struct UI_EXPORT CompositionText {
// if the range length is zero. Usually it's used for representing the target
// clause (on Windows). Gtk doesn't have such concept, so background color is
// usually used instead.
- Range selection;
+ gfx::Range selection;
};
} // namespace ui
« no previous file with comments | « ui/base/gtk/gtk_im_context_util.cc ('k') | ui/base/ime/composition_text.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698