Index: chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.cc |
diff --git a/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.cc b/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.cc |
index d63d1b5d8df51d8a15f83e2079cf7594032b003c..474235bd9298f4378b4f5a66c245039d6ff071ab 100644 |
--- a/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.cc |
+++ b/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.cc |
@@ -12,9 +12,9 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/url_constants.h" |
#include "content/public/browser/web_contents.h" |
+#include "content/public/common/drop_data.h" |
#include "ui/base/dragdrop/os_exchange_data.h" |
#include "ui/base/dragdrop/os_exchange_data_provider_win.h" |
-#include "webkit/common/webdropdata.h" |
using content::WebContents; |
@@ -92,7 +92,7 @@ void WebDragBookmarkHandlerWin::OnDragLeave(IDataObject* data_object) { |
} |
} |
-bool WebDragBookmarkHandlerWin::AddDragData(const WebDropData& drop_data, |
+bool WebDragBookmarkHandlerWin::AddDragData(const content::DropData& drop_data, |
ui::OSExchangeData* data) { |
if (!drop_data.url.SchemeIs(chrome::kJavaScriptScheme)) |
return false; |