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

Unified Diff: chrome/browser/tab_contents/web_drag_source_win.cc

Issue 6250014: Move more dnd related files to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/tab_contents/web_drag_source_win.cc
===================================================================
--- chrome/browser/tab_contents/web_drag_source_win.cc (revision 71798)
+++ chrome/browser/tab_contents/web_drag_source_win.cc (working copy)
@@ -32,7 +32,7 @@
WebDragSource::WebDragSource(gfx::NativeWindow source_wnd,
TabContents* tab_contents)
- : app::win::DragSource(),
+ : ui::DragSource(),
source_wnd_(source_wnd),
render_view_host_(tab_contents->render_view_host()),
effect_(DROPEFFECT_NONE) {
« no previous file with comments | « chrome/browser/tab_contents/web_drag_source_win.h ('k') | chrome/browser/tab_contents/web_drop_target_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698