Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h
diff --git a/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h b/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h
index 06460fd1e9748dba05fdf0612ab9042766bfda7a..404044a2e1687f234c32ca4da6cb31e9db2590cf 100644
--- a/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h
+++ b/chrome/browser/ui/views/tab_contents/web_drag_bookmark_handler_win.h
@@ -28,7 +28,7 @@ class WebDragBookmarkHandlerWin : public content::WebDragDestDelegate {
virtual void OnDragEnter(IDataObject* data_object) OVERRIDE;
virtual void OnDrop(IDataObject* data_object) OVERRIDE;
virtual void OnDragLeave(IDataObject* data_object) OVERRIDE;
- virtual bool AddDragData(const WebDropData& drop_data,
+ virtual bool AddDragData(const content::DropData& drop_data,
ui::OSExchangeData* data) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698