diff options
Diffstat (limited to 'views/widget/drop_target_gtk.cc')
-rw-r--r-- | views/widget/drop_target_gtk.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/widget/drop_target_gtk.cc b/views/widget/drop_target_gtk.cc index 8a68db8..75468ec 100644 --- a/views/widget/drop_target_gtk.cc +++ b/views/widget/drop_target_gtk.cc @@ -11,14 +11,16 @@ #include "app/drag_drop_types.h" #include "app/gtk_dnd_util.h" -#include "app/os_exchange_data_provider_gtk.h" #include "base/file_path.h" #include "base/utf_string_conversions.h" #include "gfx/point.h" #include "net/base/net_util.h" +#include "ui/base/dragdrop/os_exchange_data_provider_gtk.h" #include "views/widget/root_view.h" #include "views/widget/widget_gtk.h" +using ui::OSExchangeData; + namespace { std::string GdkAtomToString(GdkAtom atom) { |