summaryrefslogtreecommitdiffstats
path: root/views/widget/drop_target_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/drop_target_gtk.h')
-rw-r--r--views/widget/drop_target_gtk.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/views/widget/drop_target_gtk.h b/views/widget/drop_target_gtk.h
index 75fd1c0..bc2c3ca 100644
--- a/views/widget/drop_target_gtk.h
+++ b/views/widget/drop_target_gtk.h
@@ -21,8 +21,10 @@ using ui::OSExchangeDataProviderGtk;
namespace views {
-class RootView;
class View;
+namespace internal {
+class RootView;
+}
// DropTarget implementation for Gtk.
//
@@ -37,7 +39,7 @@ class View;
// which results in deleting the DropTargetGtk.
class DropTargetGtk {
public:
- explicit DropTargetGtk(RootView* root_view,
+ explicit DropTargetGtk(internal::RootView* root_view,
GdkDragContext* context);
~DropTargetGtk();