Chromium Code Reviews| Index: services/video_capture/video_capture_device_proxy_impl.cc |
| diff --git a/services/video_capture/video_capture_device_impl.cc b/services/video_capture/video_capture_device_proxy_impl.cc |
| similarity index 81% |
| rename from services/video_capture/video_capture_device_impl.cc |
| rename to services/video_capture/video_capture_device_proxy_impl.cc |
| index 56218656d2bb25f4e4c9ed7aa33ccc07bc94bab5..a57e7ea5f792a447a5ef99e17e0d415200d4a147 100644 |
| --- a/services/video_capture/video_capture_device_impl.cc |
| +++ b/services/video_capture/video_capture_device_proxy_impl.cc |
| @@ -3,11 +3,11 @@ |
| // found in the LICENSE file. |
| #include "base/logging.h" |
| -#include "services/video_capture/video_capture_device_impl.h" |
| +#include "services/video_capture/video_capture_device_proxy_impl.h" |
| namespace video_capture { |
| -void VideoCaptureDeviceImpl::Start( |
| +void VideoCaptureDeviceProxyImpl::Start( |
| mojom::VideoCaptureFormatPtr requested_format, |
|
mcasas
2016/08/16 02:18:13
It might be easier to extract the
s/VideoCaptureD
chfremer
2016/08/16 16:48:02
Good point. I will split it out to a new CL.
|
| mojom::ResolutionChangePolicy resolution_change_policy, |
| mojom::PowerLineFrequency power_line_frequency, |