Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index b92406485130bb1b4e615cec8bd570c04cb176c9..b5ac3da5a9f14a2b270771d8d2127b6d41b0828c 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -229,9 +229,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
InputEventAckState ack_result); |
bool FilterInputEvent(const blink::WebInputEvent& event); |
void OnSelectionChanged(const std::string& text); |
- void OnSelectionEvent(SelectionEventType event, |
+ void OnSelectionEvent(ui::SelectionEventType event, |
const gfx::PointF& anchor_position); |
- scoped_ptr<TouchHandleDrawable> CreatePopupTouchHandleDrawable(); |
+ scoped_ptr<ui::TouchHandleDrawable> CreatePopupTouchHandleDrawable(); |
void StartContentIntent(const GURL& content_url); |