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

Unified Diff: ui/views/mus/window_manager_connection.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/os_exchange_data_provider_mus_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.cc
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc
index dc200eaa379f20aef42ae599e144cb1fa97d7410..48651f8e80db0c9d915a0a7ac25b8b02b6e9c6a0 100644
--- a/ui/views/mus/window_manager_connection.cc
+++ b/ui/views/mus/window_manager_connection.cc
@@ -21,9 +21,9 @@
#include "services/ui/public/interfaces/event_matcher.mojom.h"
#include "services/ui/public/interfaces/window_tree.mojom.h"
#include "ui/aura/env.h"
+#include "ui/aura/mus/os_exchange_data_provider_mus.h"
#include "ui/views/mus/clipboard_mus.h"
#include "ui/views/mus/native_widget_mus.h"
-#include "ui/views/mus/os_exchange_data_provider_mus.h"
#include "ui/views/mus/pointer_watcher_event_router.h"
#include "ui/views/mus/screen_mus.h"
#include "ui/views/mus/surface_context_factory.h"
@@ -213,7 +213,7 @@ ui::Window* WindowManagerConnection::GetWindowAtScreenPoint(
std::unique_ptr<OSExchangeData::Provider>
WindowManagerConnection::BuildProvider() {
- return base::MakeUnique<OSExchangeDataProviderMus>();
+ return base::MakeUnique<aura::OSExchangeDataProviderMus>();
}
} // namespace views
« no previous file with comments | « ui/views/mus/os_exchange_data_provider_mus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698