| Index: views/widget/drop_target_win.cc
|
| ===================================================================
|
| --- views/widget/drop_target_win.cc (revision 71050)
|
| +++ views/widget/drop_target_win.cc (working copy)
|
| @@ -5,12 +5,15 @@
|
| #include "views/widget/drop_target_win.h"
|
|
|
| #include "app/drag_drop_types.h"
|
| -#include "app/os_exchange_data.h"
|
| -#include "app/os_exchange_data_provider_win.h"
|
| #include "gfx/point.h"
|
| +#include "ui/base/dragdrop/os_exchange_data.h"
|
| +#include "ui/base/dragdrop/os_exchange_data_provider_win.h"
|
| #include "views/widget/root_view.h"
|
| #include "views/widget/widget.h"
|
|
|
| +using ui::OSExchangeData;
|
| +using ui::OSExchangeDataProviderWin;
|
| +
|
| namespace views {
|
|
|
| DropTargetWin::DropTargetWin(RootView* root_view)
|
|
|