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

Unified Diff: content/browser/web_contents/web_drag_dest_mac.h

Issue 11231077: Move a bunch more code into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/web_contents/web_drag_dest_mac.h
===================================================================
--- content/browser/web_contents/web_drag_dest_mac.h (revision 163514)
+++ content/browser/web_contents/web_drag_dest_mac.h (working copy)
@@ -8,10 +8,10 @@
#include "base/string16.h"
#include "webkit/glue/webdropdata.h"
-class WebContentsImpl;
namespace content {
class RenderViewHost;
+class WebContentsImpl;
class WebDragDestDelegate;
}
@@ -25,7 +25,7 @@
@interface WebDragDest : NSObject {
@private
// Our associated WebContentsImpl. Weak reference.
- WebContentsImpl* webContents_;
+ content::WebContentsImpl* webContents_;
// Delegate; weak.
content::WebDragDestDelegate* delegate_;
@@ -45,7 +45,7 @@
// |contents| is the WebContentsImpl representing this tab, used to communicate
// drag&drop messages to WebCore and handle navigation on a successful drop
// (if necessary).
-- (id)initWithWebContentsImpl:(WebContentsImpl*)contents;
+- (id)initWithWebContentsImpl:(content::WebContentsImpl*)contents;
- (WebDropData*)currentDropData;
« no previous file with comments | « content/browser/web_contents/web_contents_view_win.cc ('k') | content/browser/web_contents/web_drag_dest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698