summaryrefslogtreecommitdiffstats
path: root/views/drag_utils_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/drag_utils_win.cc')
-rw-r--r--views/drag_utils_win.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/views/drag_utils_win.cc b/views/drag_utils_win.cc
index d21d37f..2a467b8 100644
--- a/views/drag_utils_win.cc
+++ b/views/drag_utils_win.cc
@@ -8,12 +8,15 @@
#include <shlobj.h>
#include <shobjidl.h>
-#include "app/os_exchange_data.h"
-#include "app/os_exchange_data_provider_win.h"
+#include "ui/base/dragdrop/os_exchange_data.h"
#include "gfx/canvas_skia.h"
#include "gfx/gdi_util.h"
#include "gfx/skbitmap_operations.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/base/dragdrop/os_exchange_data_provider_win.h"
+
+using ui::OSExchangeData;
+using ui::OSExchangeDataProviderWin;
namespace drag_utils {