| Index: services/video_capture/test/fake_device_descriptor_test.h
|
| diff --git a/services/video_capture/test/fake_device_descriptor_test.h b/services/video_capture/test/fake_device_descriptor_test.h
|
| index e8a670f6b7def59b1f750fdf4b7d70f551ed94c0..67b0fdfa31b052c258af3167145c8c8044e693d1 100644
|
| --- a/services/video_capture/test/fake_device_descriptor_test.h
|
| +++ b/services/video_capture/test/fake_device_descriptor_test.h
|
| @@ -19,7 +19,7 @@ class FakeDeviceDescriptorTest : public ServiceTest {
|
| void SetUp() override;
|
|
|
| protected:
|
| - media::VideoCaptureDeviceDescriptor fake_device_descriptor_;
|
| + media::VideoCaptureDeviceInfo fake_device_info_;
|
| };
|
|
|
| } // namespace video_capture
|
|
|