| Index: content/browser/tab_contents/web_drag_dest_win.h
|
| diff --git a/content/browser/tab_contents/web_drag_dest_win.h b/content/browser/tab_contents/web_drag_dest_win.h
|
| index 037e688110299981f3155d2d2eb33e09dad2135e..8bb16c224285b3f8db3bff4ae47afbc30bf8d57a 100644
|
| --- a/content/browser/tab_contents/web_drag_dest_win.h
|
| +++ b/content/browser/tab_contents/web_drag_dest_win.h
|
| @@ -12,9 +12,9 @@
|
| #include "ui/base/dragdrop/drop_target.h"
|
|
|
| class InterstitialDropTarget;
|
| -class RenderViewHost;
|
|
|
| namespace content {
|
| +class RenderViewHost;
|
| class WebContents;
|
| class WebDragDestDelegate;
|
| }
|
| @@ -62,7 +62,7 @@ class CONTENT_EXPORT WebDragDest : public ui::DropTarget {
|
| // during a drag, we need to re-send the DragEnter message. WARNING:
|
| // this pointer should never be dereferenced. We only use it for comparing
|
| // pointers.
|
| - RenderViewHost* current_rvh_;
|
| + content::RenderViewHost* current_rvh_;
|
|
|
| // Used to determine what cursor we should display when dragging over web
|
| // content area. This can be updated async during a drag operation.
|
|
|