Index: content/browser/web_contents/web_drag_dest_gtk.h |
diff --git a/content/browser/web_contents/web_drag_dest_gtk.h b/content/browser/web_contents/web_drag_dest_gtk.h |
index b912afa9d3ce8b0107482cef5fdc3cd1b724e044..7258e1bc43ca126975c2e94526a07aa8cbc63607 100644 |
--- a/content/browser/web_contents/web_drag_dest_gtk.h |
+++ b/content/browser/web_contents/web_drag_dest_gtk.h |
@@ -32,7 +32,7 @@ class CONTENT_EXPORT WebDragDestGtk { |
// This is called when the renderer responds to a drag motion event. We must |
// update the system drag cursor. |
- void UpdateDragStatus(WebKit::WebDragOperation operation); |
+ void UpdateDragStatus(blink::WebDragOperation operation); |
// Informs the renderer when a system drag has left the render view. |
// See OnDragLeave(). |