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

Unified Diff: chrome/browser/tab_contents/tab_contents_view_mac.h

Issue 8440001: Move Mac's WebDragDest to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/tab_contents_view_mac.h
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.h b/chrome/browser/tab_contents/tab_contents_view_mac.h
index ecf254563b9bb69025cafbd84b707f4a2cff87a6..e6fddeedde96a129ec8512320275e87da9400d8c 100644
--- a/chrome/browser/tab_contents/tab_contents_view_mac.h
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.h
@@ -28,8 +28,8 @@ class RenderViewContextMenuMac;
class SkBitmap;
class TabContentsViewMac;
class WebDragBookmarkHandlerMac;
+@class WebDragDest;
@class WebDragSource;
-@class WebDropTarget;
namespace gfx {
class Point;
}
@@ -38,7 +38,7 @@ class Point;
@private
TabContentsViewMac* tabContentsView_; // WEAK; owns us
scoped_nsobject<WebDragSource> dragSource_;
- scoped_nsobject<WebDropTarget> dropTarget_;
+ scoped_nsobject<WebDragDest> dropTarget_;
scoped_ptr<WebDragBookmarkHandlerMac> bookmarkHandler_;
}

Powered by Google App Engine
This is Rietveld 408576698