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

Unified Diff: services/video_capture/video_capture_service.cc

Issue 2255493002: Video Capture Mojo (1.4a.b): Rename interface VideoCaptureDevice to VideoCaptureDeviceProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FillServicePart1_Part1
Patch Set: Merge-in changes from upstream CL Created 4 years, 4 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/video_capture_device_proxy_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/video_capture_service.cc
diff --git a/services/video_capture/video_capture_service.cc b/services/video_capture/video_capture_service.cc
index f5ad5e6aa0787bf2d3aea2be6634ca4e8261db55..a86acfd5a97b961d906a9cfe1b1e85c0fd0474d7 100644
--- a/services/video_capture/video_capture_service.cc
+++ b/services/video_capture/video_capture_service.cc
@@ -59,8 +59,9 @@ void VideoCaptureService::LazyInitializeFakeDeviceFactory() {
fake_device_descriptor->capture_api = mojom::VideoCaptureApi::UNKNOWN;
fake_device_descriptor->transport_type =
mojom::VideoCaptureTransportType::OTHER_TRANSPORT;
- fake_device_factory_->AddDevice(std::move(fake_device_descriptor),
- base::MakeUnique<VideoCaptureDeviceImpl>());
+ fake_device_factory_->AddDevice(
+ std::move(fake_device_descriptor),
+ base::MakeUnique<VideoCaptureDeviceProxyImpl>());
}
} // namespace video_capture
« no previous file with comments | « services/video_capture/video_capture_device_proxy_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698