| Index: content/browser/web_contents/web_drag_source_gtk.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_drag_source_gtk.h (revision 164713)
|
| +++ content/browser/web_contents/web_drag_source_gtk.h (working copy)
|
| @@ -57,11 +57,11 @@
|
| CHROMEGTK_CALLBACK_1(WebDragSourceGtk, gboolean, OnDragIconExpose,
|
| GdkEventExpose*);
|
|
|
| - content::RenderViewHostImpl* GetRenderViewHost() const;
|
| + RenderViewHostImpl* GetRenderViewHost() const;
|
| gfx::NativeView GetContentNativeView() const;
|
|
|
| // The tab we're manging the drag for.
|
| - content::WebContents* web_contents_;
|
| + WebContents* web_contents_;
|
|
|
| // The drop data for the current drag (for drags that originate in the render
|
| // view). Non-NULL iff there is a current drag.
|
|
|