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

Unified Diff: chrome/browser/download/drag_download_item_gtk.cc

Issue 23646006: gtk: Split CustomDrag into multiple pieces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_drag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/drag_download_item_gtk.cc
diff --git a/chrome/browser/download/drag_download_item_gtk.cc b/chrome/browser/download/drag_download_item_gtk.cc
index 10bb338d43cd271eb1bb61abbf7822ed612d3a54..62da9e62ce8677564fcd8efad42fdac6229d1c2e 100644
--- a/chrome/browser/download/drag_download_item_gtk.cc
+++ b/chrome/browser/download/drag_download_item_gtk.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/download/drag_download_item.h"
-#include "chrome/browser/ui/gtk/custom_drag.h"
+#include "chrome/browser/ui/gtk/download/download_item_drag.h"
void DragDownloadItem(const content::DownloadItem* download,
gfx::Image* icon,
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmarks/bookmark_drag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698