summaryrefslogtreecommitdiffstats
path: root/content/test/test_web_contents_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_web_contents_view.cc')
-rw-r--r--content/test/test_web_contents_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc
index b732a01..9bed145 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() {