Index: content/browser/web_contents/web_contents_view_win.h |
diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h |
index adfe6751fad2f2465796ad4acea59516ac50c35c..505addddec94c744b173f14287eb9d8616dbd947 100644 |
--- a/content/browser/web_contents/web_contents_view_win.h |
+++ b/content/browser/web_contents/web_contents_view_win.h |
@@ -88,11 +88,11 @@ class CONTENT_EXPORT WebContentsViewWin |
bool right_aligned, |
bool allow_multiple_selection) OVERRIDE; |
virtual void StartDragging(const DropData& drop_data, |
- WebKit::WebDragOperationsMask operations, |
+ blink::WebDragOperationsMask operations, |
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; |