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

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

Issue 2420253002: Rename shell namespace to service_manager (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 | « third_party/WebKit/public/platform/InterfaceProvider.h ('k') | ui/ozone/platform/drm/cursor_proxy_mojo.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.h
diff --git a/ui/ozone/platform/drm/cursor_proxy_mojo.h b/ui/ozone/platform/drm/cursor_proxy_mojo.h
index 8a67b91d91af708de1a7aa6d5cf5c17cdf355a2a..33577aee9ffc5322d09a9148cecc6474ef002179 100644
--- a/ui/ozone/platform/drm/cursor_proxy_mojo.h
+++ b/ui/ozone/platform/drm/cursor_proxy_mojo.h
@@ -10,7 +10,7 @@
#include "ui/ozone/platform/drm/host/drm_cursor.h"
#include "ui/ozone/public/interfaces/device_cursor.mojom.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -23,7 +23,7 @@ namespace ui {
// priviledged process.
class CursorProxyMojo : public DrmCursorProxy {
public:
- explicit CursorProxyMojo(shell::Connector* connector);
+ explicit CursorProxyMojo(service_manager::Connector* connector);
~CursorProxyMojo() override;
private:
@@ -35,7 +35,7 @@ class CursorProxyMojo : public DrmCursorProxy {
void Move(gfx::AcceleratedWidget window, const gfx::Point& point) override;
void InitializeOnEvdev() override;
- std::unique_ptr<shell::Connector> connector_;
+ std::unique_ptr<service_manager::Connector> connector_;
// Mojo implementation of the DrmCursorProxy.
ui::ozone::mojom::DeviceCursorPtr main_cursor_ptr_;
« no previous file with comments | « third_party/WebKit/public/platform/InterfaceProvider.h ('k') | ui/ozone/platform/drm/cursor_proxy_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698