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

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

Issue 9594012: Move TabContentsDragWin to content and rename it to WebContentsDragWin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « chrome/browser/DEPS ('k') | chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
===================================================================
--- chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (revision 124924)
+++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h (working copy)
@@ -11,7 +11,7 @@
class WebDragBookmarkHandlerWin;
class WebDragDest;
-class TabContentsDragWin;
+class WebContentsDragWin;
namespace content {
class RenderWidgetHostView;
@@ -81,7 +81,7 @@
scoped_refptr<WebDragDest> drag_dest_;
// Used to handle the drag-and-drop.
- scoped_refptr<TabContentsDragWin> drag_handler_;
+ scoped_refptr<WebContentsDragWin> drag_handler_;
DISALLOW_COPY_AND_ASSIGN(NativeTabContentsViewWin);
};
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698