Index: content/browser/tab_contents/web_drag_dest_mac.h |
diff --git a/chrome/browser/ui/cocoa/tab_contents/web_drop_target.h b/content/browser/tab_contents/web_drag_dest_mac.h |
similarity index 97% |
rename from chrome/browser/ui/cocoa/tab_contents/web_drop_target.h |
rename to content/browser/tab_contents/web_drag_dest_mac.h |
index c7c545199b32bbd4c5a20c8d443a0edd9495e30a..e1d4c1782a9c2d58684c1388b8009b50fd052552 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/web_drop_target.h |
+++ b/content/browser/tab_contents/web_drag_dest_mac.h |
@@ -22,7 +22,7 @@ typedef RenderViewHost* RenderViewHostIdentifier; |
// over the content area. Assumes something else initiates the drag, this is |
// only for processing during a drag. |
-@interface WebDropTarget : NSObject { |
+@interface WebDragDest : NSObject { |
@private |
// Our associated TabContents. Weak reference. |
TabContents* tabContents_; |
@@ -64,7 +64,7 @@ typedef RenderViewHost* RenderViewHostIdentifier; |
@end |
// Public use only for unit tests. |
-@interface WebDropTarget(Testing) |
+@interface WebDragDest(Testing) |
// Given |data|, which should not be nil, fill it in using the contents of the |
// given pasteboard. |
- (void)populateWebDropData:(WebDropData*)data |