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

Unified Diff: ui/ozone/platform/drm/cursor_proxy_mojo.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . 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 | « services/video_capture/video_capture_service_test.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/cursor_proxy_mojo.cc
diff --git a/ui/ozone/platform/drm/cursor_proxy_mojo.cc b/ui/ozone/platform/drm/cursor_proxy_mojo.cc
index b56495da4ad0ebbcb747e2083db5cd7aa0b7e895..dc5076745cb169eb0dcc98ee84b8ee2af3901ae3 100644
--- a/ui/ozone/platform/drm/cursor_proxy_mojo.cc
+++ b/ui/ozone/platform/drm/cursor_proxy_mojo.cc
@@ -10,12 +10,12 @@ namespace ui {
CursorProxyMojo::CursorProxyMojo(shell::Connector* connector)
: connector_(connector->Clone()) {
- connector->ConnectToInterface("mojo:ui", &main_cursor_ptr_);
+ connector->ConnectToInterface("service:ui", &main_cursor_ptr_);
}
void CursorProxyMojo::InitializeOnEvdev() {
evdev_ref_ = base::PlatformThread::CurrentRef();
- connector_->ConnectToInterface("mojo:ui", &evdev_cursor_ptr_);
+ connector_->ConnectToInterface("service:ui", &evdev_cursor_ptr_);
}
CursorProxyMojo::~CursorProxyMojo() {}
« no previous file with comments | « services/video_capture/video_capture_service_test.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698