Index: content/test/test_web_contents_view.cc |
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc |
index b732a01a61fce369b00c67305498a12de3f34521..9bed145c80bbf456779d85c5cb55b37766d53692 100644 |
--- a/content/test/test_web_contents_view.cc |
+++ b/content/test/test_web_contents_view.cc |
@@ -23,13 +23,13 @@ void TestWebContentsView::ShowPopupMenu(const gfx::Rect& bounds, |
void TestWebContentsView::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) { |
} |
-void TestWebContentsView::UpdateDragCursor(WebKit::WebDragOperation operation) { |
+void TestWebContentsView::UpdateDragCursor(blink::WebDragOperation operation) { |
} |
void TestWebContentsView::GotFocus() { |