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

Unified Diff: services/video_capture/video_capture_service.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 | « services/video_capture/service_main.cc ('k') | services/video_capture/video_capture_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/video_capture_service.h
diff --git a/services/video_capture/video_capture_service.h b/services/video_capture/video_capture_service.h
index dc9b6f2897e99e134c031a842429a4f7c2d9824e..5c13810f58847f862aaa82e56f8730151d2d166e 100644
--- a/services/video_capture/video_capture_service.h
+++ b/services/video_capture/video_capture_service.h
@@ -18,19 +18,19 @@ class FakeVideoCaptureDeviceFactoryConfiguratorImpl;
// Implementation of mojom::VideoCaptureService as a Mojo Shell Service.
class VideoCaptureService
- : public shell::Service,
- public shell::InterfaceFactory<mojom::VideoCaptureService>,
+ : public service_manager::Service,
+ public service_manager::InterfaceFactory<mojom::VideoCaptureService>,
public mojom::VideoCaptureService {
public:
VideoCaptureService();
~VideoCaptureService() override;
- // shell::Service:
- bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) override;
+ // service_manager::Service:
+ bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) override;
- // shell::InterfaceFactory<mojom::VideoCaptureService>:
- void Create(const shell::Identity& remote_identity,
+ // service_manager::InterfaceFactory<mojom::VideoCaptureService>:
+ void Create(const service_manager::Identity& remote_identity,
mojom::VideoCaptureServiceRequest request) override;
// mojom::VideoCaptureService
« no previous file with comments | « services/video_capture/service_main.cc ('k') | services/video_capture/video_capture_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698