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

Unified Diff: services/video_capture/service_main.cc

Issue 2502483003: [Mojo Video Capture] Cleanup naming of classes/files in services/video_capture (Closed)
Patch Set: Rebase Created 4 years, 1 month 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_impl.cc ('k') | services/video_capture/service_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/service_main.cc
diff --git a/services/video_capture/service_main.cc b/services/video_capture/service_main.cc
index 1b7b5d3468207f785986adef842b2691e74ced40..52ae77d057c070cf671e7f7337d687e6e10cf01e 100644
--- a/services/video_capture/service_main.cc
+++ b/services/video_capture/service_main.cc
@@ -4,9 +4,9 @@
#include "services/service_manager/public/c/main.h"
#include "services/service_manager/public/cpp/service_runner.h"
-#include "services/video_capture/video_capture_service.h"
+#include "services/video_capture/service_impl.h"
MojoResult ServiceMain(MojoHandle service_request_handle) {
- return service_manager::ServiceRunner(new video_capture::VideoCaptureService)
+ return service_manager::ServiceRunner(new video_capture::ServiceImpl())
.Run(service_request_handle);
}
« no previous file with comments | « services/video_capture/service_impl.cc ('k') | services/video_capture/service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698