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

Unified Diff: content/renderer/text_input_client_observer.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 | « content/renderer/render_widget.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/text_input_client_observer.h
diff --git a/content/renderer/text_input_client_observer.h b/content/renderer/text_input_client_observer.h
index d3312ffe0a3ec04665a0cb47b3ec2a3632342d5e..4c8b9a6ba634724ff89217bad186f539f5939cef 100644
--- a/content/renderer/text_input_client_observer.h
+++ b/content/renderer/text_input_client_observer.h
@@ -8,8 +8,8 @@
#include "base/basictypes.h"
#include "build/build_config.h"
#include "content/public/renderer/render_view_observer.h"
-#include "ui/base/range/range.h"
#include "ui/gfx/point.h"
+#include "ui/gfx/range/range.h"
namespace WebKit {
class WebView;
@@ -36,8 +36,8 @@ class TextInputClientObserver : public RenderViewObserver {
// IPC Message handlers:
void OnCharacterIndexForPoint(gfx::Point point);
- void OnFirstRectForCharacterRange(ui::Range range);
- void OnStringForRange(ui::Range range);
+ void OnFirstRectForCharacterRange(gfx::Range range);
+ void OnStringForRange(gfx::Range range);
RenderViewImpl* const render_view_impl_;
« no previous file with comments | « content/renderer/render_widget.cc ('k') | content/renderer/text_input_client_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698