| 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_;
|
|
|
|
|