Index: views/drag_utils_gtk.cc |
=================================================================== |
--- views/drag_utils_gtk.cc (revision 71050) |
+++ views/drag_utils_gtk.cc (working copy) |
@@ -6,15 +6,18 @@ |
#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 { |
void SetDragImageOnDataObject(const SkBitmap& bitmap, |