Index: content/browser/web_contents/web_drag_source_gtk.h |
diff --git a/content/browser/web_contents/web_drag_source_gtk.h b/content/browser/web_contents/web_drag_source_gtk.h |
index 90b8c0155cc37bc2272f3212297cda137408da9d..4c3381fa909abc6fbea27f4a2bff68aeee34ea29 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(); |