Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 392d5f634bc8d2aed56acbf98c85a1ec39f1bd6f..40a6d54f6a0d76e1a4b997f4ed9a1a4d8cbf0a50 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -24,7 +24,6 @@ |
#include "ui/gfx/vector2d.h" |
class GURL; |
-struct WebDropData; |
namespace base { |
class FilePath; |
@@ -41,6 +40,7 @@ class RenderViewHost; |
class WebContents; |
class WebContentsImpl; |
struct ContextMenuParams; |
+struct DropData; |
struct FileChooserParams; |
struct NativeWebKeyboardEvent; |
struct SSLStatus; |
@@ -272,7 +272,7 @@ class CONTENT_EXPORT WebContentsDelegate { |
// true to allow dragging and dropping on the web contents window or false to |
// cancel the operation. This method is used by Chromium Embedded Framework. |
virtual bool CanDragEnter(WebContents* source, |
- const WebDropData& data, |
+ const DropData& data, |
WebKit::WebDragOperationsMask operations_allowed); |
// Render view drag n drop ended. |