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_; |
} |