Index: content/browser/browser_plugin/browser_plugin_embedder.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc |
index 5c175d3bcc3b2be9f20758de0a39ef8772ef162b..16cef0ac7a5edf08d0665b9f8f71091813f05b32 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc |
@@ -110,7 +110,7 @@ bool BrowserPluginEmbedder::OnMessageReceived(const IPC::Message& message) { |
} |
void BrowserPluginEmbedder::DragSourceEndedAt(int client_x, int client_y, |
- int screen_x, int screen_y, WebKit::WebDragOperation operation) { |
+ int screen_x, int screen_y, blink::WebDragOperation operation) { |
if (guest_started_drag_.get()) { |
gfx::Point guest_offset = |
guest_started_drag_->GetScreenCoordinates(gfx::Point()); |