Index: content/port/browser/render_view_host_delegate_view.h |
diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/port/browser/render_view_host_delegate_view.h |
index 5e5d9b4d11e0598832c0090e0d3a838a1fb1ec5b..c6fb2e777745eea8fa111f6da0e7bb17505ef055 100644 |
--- a/content/port/browser/render_view_host_delegate_view.h |
+++ b/content/port/browser/render_view_host_delegate_view.h |
@@ -51,14 +51,14 @@ class CONTENT_EXPORT RenderViewHostDelegateView { |
// reason, it must inform the renderer that the drag has ended; otherwise, |
// this results in bugs like http://crbug.com/157134. |
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) {} |
// The page wants to update the mouse cursor during a drag & drop operation. |
// |operation| describes the current operation (none, move, copy, link.) |
- virtual void UpdateDragCursor(WebKit::WebDragOperation operation) {} |
+ virtual void UpdateDragCursor(blink::WebDragOperation operation) {} |
// Notification that view for this delegate got the focus. |
virtual void GotFocus() {} |