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

Unified Diff: services/ui/service.h

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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/ui/public/interfaces/gpu_service.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index e8b250bddb2a54650bdaba685d53176a3aa19462..b0838b18e27223fc2811f9464966298a1ae2b8e3 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -23,7 +23,7 @@
#include "services/ui/public/interfaces/accessibility_manager.mojom.h"
#include "services/ui/public/interfaces/clipboard.mojom.h"
#include "services/ui/public/interfaces/display_manager.mojom.h"
-#include "services/ui/public/interfaces/gpu_service.mojom.h"
+#include "services/ui/public/interfaces/gpu.mojom.h"
#include "services/ui/public/interfaces/ime/ime.mojom.h"
#include "services/ui/public/interfaces/user_access_manager.mojom.h"
#include "services/ui/public/interfaces/user_activity_monitor.mojom.h"
@@ -62,7 +62,7 @@ class Service
public service_manager::InterfaceFactory<mojom::AccessibilityManager>,
public service_manager::InterfaceFactory<mojom::Clipboard>,
public service_manager::InterfaceFactory<mojom::DisplayManager>,
- public service_manager::InterfaceFactory<mojom::GpuService>,
+ public service_manager::InterfaceFactory<mojom::Gpu>,
public service_manager::InterfaceFactory<mojom::IMERegistrar>,
public service_manager::InterfaceFactory<mojom::IMEServer>,
public service_manager::InterfaceFactory<mojom::UserAccessManager>,
@@ -119,9 +119,9 @@ class Service
void Create(const service_manager::Identity& remote_identity,
mojom::DisplayManagerRequest request) override;
- // service_manager::InterfaceFactory<mojom::GpuService> implementation.
+ // service_manager::InterfaceFactory<mojom::Gpu> implementation.
void Create(const service_manager::Identity& remote_identity,
- mojom::GpuServiceRequest request) override;
+ mojom::GpuRequest request) override;
// service_manager::InterfaceFactory<mojom::IMERegistrar> implementation.
void Create(const service_manager::Identity& remote_identity,
« no previous file with comments | « services/ui/public/interfaces/gpu_service.mojom ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698