Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index c8579139b6d02ae715af280fa8dcde1a58c80acf..f40488c813bbf50d6599c0c3a080e65a8ef666f6 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -52,7 +52,6 @@ struct ViewHostMsg_ShowPopup_Params; |
#endif |
struct ViewHostMsg_UpdateRect_Params; |
class WebCursor; |
-struct WebDropData; |
namespace cc { |
class CompositorFrameAck; |
@@ -69,6 +68,7 @@ class BrowserPluginEmbedder; |
class BrowserPluginGuestManager; |
class RenderProcessHost; |
class RenderWidgetHostView; |
+struct DropData; |
struct MediaStreamRequest; |
// A browser plugin guest provides functionality for WebContents to operate in |
@@ -333,7 +333,7 @@ class CONTENT_EXPORT BrowserPluginGuest |
// renderer. |
void OnDragStatusUpdate(int instance_id, |
WebKit::WebDragStatus drag_status, |
- const WebDropData& drop_data, |
+ const DropData& drop_data, |
WebKit::WebDragOperationsMask drag_mask, |
const gfx::Point& location); |
// Instructs the guest to execute an edit command decoded in the embedder. |