Index: content/browser/web_contents/web_drag_dest_win.h |
diff --git a/content/browser/web_contents/web_drag_dest_win.h b/content/browser/web_contents/web_drag_dest_win.h |
index 5ddb7edc2c8a9016f9158b10a39a707f2dc14a2f..9e3ca8daa2e89005d93117b0101354463021b195 100644 |
--- a/content/browser/web_contents/web_drag_dest_win.h |
+++ b/content/browser/web_contents/web_drag_dest_win.h |
@@ -29,7 +29,7 @@ class CONTENT_EXPORT WebDragDest : public ui::DropTargetWin { |
DropData* current_drop_data() const { return drop_data_.get(); } |
- void set_drag_cursor(WebKit::WebDragOperation op) { |
+ void set_drag_cursor(blink::WebDragOperation op) { |
drag_cursor_ = op; |
} |
@@ -66,7 +66,7 @@ class CONTENT_EXPORT WebDragDest : public ui::DropTargetWin { |
// Used to determine what cursor we should display when dragging over web |
// content area. This can be updated async during a drag operation. |
- WebKit::WebDragOperation drag_cursor_; |
+ blink::WebDragOperation drag_cursor_; |
// A special drop target handler for when we try to d&d while an interstitial |
// page is showing. |