Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1227)

Unified Diff: ui/views/mus/drag_drop_client_mus.cc

Issue 2460663002: Moves OSExchangeDataProviderMus to aura/mus (Closed)
Patch Set: DEPS and daisy compile Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/drop_target_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/drag_drop_client_mus.cc
diff --git a/ui/views/mus/drag_drop_client_mus.cc b/ui/views/mus/drag_drop_client_mus.cc
index d4d65cf9fbfd321b8de1fe964c55801d352b5ae6..308973967ce455534d280a63236380e1f88803a9 100644
--- a/ui/views/mus/drag_drop_client_mus.cc
+++ b/ui/views/mus/drag_drop_client_mus.cc
@@ -11,8 +11,8 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "services/ui/public/cpp/window.h"
+#include "ui/aura/mus/os_exchange_data_provider_mus.h"
#include "ui/aura/window.h"
-#include "ui/views/mus/os_exchange_data_provider_mus.h"
namespace views {
namespace {
@@ -34,7 +34,8 @@ int DragDropClientMus::StartDragAndDrop(
int drag_operations,
ui::DragDropTypes::DragEventSource source) {
std::map<std::string, std::vector<uint8_t>> drag_data =
- static_cast<const OSExchangeDataProviderMus&>(data.provider()).GetData();
+ static_cast<const aura::OSExchangeDataProviderMus&>(data.provider())
+ .GetData();
// TODO(erg): Right now, I'm passing the cursor_location, but maybe I want to
// pass OSExchangeData::GetDragImageOffset() instead?
« no previous file with comments | « ui/views/mus/DEPS ('k') | ui/views/mus/drop_target_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698