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

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

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 | « ui/ozone/platform/drm/gpu/drm_thread_proxy.h ('k') | ui/ozone/public/ozone_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/ozone_platform_gbm.cc
diff --git a/ui/ozone/platform/drm/ozone_platform_gbm.cc b/ui/ozone/platform/drm/ozone_platform_gbm.cc
index 3c69902066095d89902fbddc35b832c79a42eb51..31e76f51299dde8388d8748bf8258f9cc34b0437 100644
--- a/ui/ozone/platform/drm/ozone_platform_gbm.cc
+++ b/ui/ozone/platform/drm/ozone_platform_gbm.cc
@@ -80,7 +80,7 @@ class GlApiLoader {
class OzonePlatformGbm
: public OzonePlatform,
- public shell::InterfaceFactory<ozone::mojom::DeviceCursor> {
+ public service_manager::InterfaceFactory<ozone::mojom::DeviceCursor> {
public:
OzonePlatformGbm() : using_mojo_(false), single_process_(false) {}
~OzonePlatformGbm() override {}
@@ -107,11 +107,11 @@ class OzonePlatformGbm
std::unique_ptr<SystemInputInjector> CreateSystemInputInjector() override {
return event_factory_ozone_->CreateSystemInputInjector();
}
- void AddInterfaces(shell::InterfaceRegistry* registry) override {
+ void AddInterfaces(service_manager::InterfaceRegistry* registry) override {
registry->AddInterface<ozone::mojom::DeviceCursor>(this);
}
- // shell::InterfaceFactory<ozone::mojom::DeviceCursor> implementation.
- void Create(const shell::Identity& remote_identity,
+ // service_manager::InterfaceFactory<ozone::mojom::DeviceCursor>:
+ void Create(const service_manager::Identity& remote_identity,
ozone::mojom::DeviceCursorRequest request) override {
if (drm_thread_proxy_)
drm_thread_proxy_->AddBinding(std::move(request));
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_thread_proxy.h ('k') | ui/ozone/public/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698