diff options
Diffstat (limited to 'content/browser/web_contents/web_drag_source_gtk.h')
-rw-r--r-- | content/browser/web_contents/web_drag_source_gtk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_drag_source_gtk.h b/content/browser/web_contents/web_drag_source_gtk.h index 90b8c01..4c3381f 100644 --- a/content/browser/web_contents/web_drag_source_gtk.h +++ b/content/browser/web_contents/web_drag_source_gtk.h @@ -30,7 +30,8 @@ class WebContentsImpl; // WebDragSourceGtk takes care of managing the drag from a WebContents // with Gtk. -class CONTENT_EXPORT WebDragSourceGtk : public MessageLoopForUI::Observer { +class CONTENT_EXPORT WebDragSourceGtk : + public base::MessageLoopForUI::Observer { public: explicit WebDragSourceGtk(WebContents* web_contents); virtual ~WebDragSourceGtk(); |