Index: content/browser/web_contents/web_drag_source_win.h |
diff --git a/content/browser/web_contents/web_drag_source_win.h b/content/browser/web_contents/web_drag_source_win.h |
index 1aa347fe9925b331b56385106014cbc7efdbb220..72d4a1692a243afb8ab7a3394de5e329d154a20c 100644 |
--- a/content/browser/web_contents/web_drag_source_win.h |
+++ b/content/browser/web_contents/web_drag_source_win.h |
@@ -19,6 +19,7 @@ class OSExchangeData; |
namespace content { |
class RenderViewHost; |
class WebContents; |
+class WebContentsImpl; |
// An IDropSource implementation for a WebContentsImpl. Handles notifications |
// sent by an active drag-drop operation as the user mouses over other drop |
@@ -62,7 +63,7 @@ class WebDragSource : public ui::DragSourceWin, |
// 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_; |
+ WebContentsImpl* web_contents_; |
NotificationRegistrar registrar_; |