diff options
Diffstat (limited to 'views/widget/drop_target_gtk.h')
-rw-r--r-- | views/widget/drop_target_gtk.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/widget/drop_target_gtk.h b/views/widget/drop_target_gtk.h index d9cb011..0a3923f 100644 --- a/views/widget/drop_target_gtk.h +++ b/views/widget/drop_target_gtk.h @@ -9,11 +9,15 @@ #include <gtk/gtk.h> #include <set> -#include "app/os_exchange_data.h" #include "base/scoped_ptr.h" +#include "ui/base/dragdrop/os_exchange_data.h" #include "views/widget/drop_helper.h" +namespace ui { class OSExchangeDataProviderGtk; +} +using ui::OSExchangeData; +using ui::OSExchangeDataProviderGtk; namespace views { |