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

Unified Diff: content/browser/tab_contents/web_drag_source_win.h

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review, take 2 Created 8 years, 10 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_source_win.h
diff --git a/content/browser/tab_contents/web_drag_source_win.h b/content/browser/tab_contents/web_drag_source_win.h
index b28e36a09cd274363cf16b0301eb3423909a599d..6687f446ad9ae9f6af2c5c85afdc7342354c84ff 100644
--- a/content/browser/tab_contents/web_drag_source_win.h
+++ b/content/browser/tab_contents/web_drag_source_win.h
@@ -14,9 +14,8 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/point.h"
-class RenderViewHost;
-
namespace content {
+class RenderViewHost;
class WebContents;
}
@@ -59,7 +58,7 @@ class CONTENT_EXPORT WebDragSource : public ui::DragSource,
// We use this as a channel to the renderer to tell it about various drag
// drop events that it needs to know about (such as when a drag operation it
// initiated terminates).
- RenderViewHost* render_view_host_;
+ content::RenderViewHost* render_view_host_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698