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

Unified Diff: content/browser/tab_contents/web_drag_dest_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: 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

Powered by Google App Engine
This is Rietveld 408576698