diff options
Diffstat (limited to 'views/drag_utils_gtk.cc')
-rw-r--r-- | views/drag_utils_gtk.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/drag_utils_gtk.cc b/views/drag_utils_gtk.cc index 8ab044b..c87d771 100644 --- a/views/drag_utils_gtk.cc +++ b/views/drag_utils_gtk.cc @@ -6,14 +6,17 @@ #include <gtk/gtk.h> -#include "app/os_exchange_data.h" -#include "app/os_exchange_data_provider_gtk.h" #include "base/logging.h" #include "gfx/canvas.h" #include "gfx/gtk_util.h" #include "gfx/point.h" #include "gfx/size.h" #include "third_party/skia/include/core/SkBitmap.h" +#include "ui/base/dragdrop/os_exchange_data.h" +#include "ui/base/dragdrop/os_exchange_data_provider_gtk.h" + +using ui::OSExchangeData; +using ui::OSExchangeDataProviderGtk; namespace drag_utils { |