Index: content/browser/web_contents/web_contents_view_android.h |
diff --git a/content/browser/web_contents/web_contents_view_android.h b/content/browser/web_contents/web_contents_view_android.h |
index 594bc5c340df4da98132b1f3ee84bc5ce8a0517c..bcfc0cf4720224e501826d47d307996e3637f15e 100644 |
--- a/content/browser/web_contents/web_contents_view_android.h |
+++ b/content/browser/web_contents/web_contents_view_android.h |
@@ -72,11 +72,11 @@ class WebContentsViewAndroid : public WebContentsViewPort, |
bool right_aligned, |
bool allow_multiple_selection) OVERRIDE; |
virtual void StartDragging(const DropData& drop_data, |
- WebKit::WebDragOperationsMask allowed_ops, |
+ blink::WebDragOperationsMask allowed_ops, |
const gfx::ImageSkia& image, |
const gfx::Vector2d& image_offset, |
const DragEventSourceInfo& event_info) OVERRIDE; |
- virtual void UpdateDragCursor(WebKit::WebDragOperation operation) OVERRIDE; |
+ virtual void UpdateDragCursor(blink::WebDragOperation operation) OVERRIDE; |
virtual void GotFocus() OVERRIDE; |
virtual void TakeFocus(bool reverse) OVERRIDE; |