| Index: services/video_capture/fake_device_descriptor_test.h
|
| diff --git a/services/video_capture/fake_device_descriptor_test.h b/services/video_capture/fake_device_descriptor_test.h
|
| index 645a2a3c4398fcce6e342f1da565485a5d57bd58..59d23eeb00f0edf314bcf795ede8c753856474a0 100644
|
| --- a/services/video_capture/fake_device_descriptor_test.h
|
| +++ b/services/video_capture/fake_device_descriptor_test.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef SERVICES_VIDEO_CAPTURE_FAKE_DEVICE_DESCRIPTOR_TEST_H_
|
| #define SERVICES_VIDEO_CAPTURE_FAKE_DEVICE_DESCRIPTOR_TEST_H_
|
|
|
| -#include "services/video_capture/video_capture_service_test.h"
|
| +#include "services/video_capture/service_test.h"
|
|
|
| namespace video_capture {
|
|
|
| // Test fixture that obtains the descriptor of the fake device by enumerating
|
| // the devices of the fake device factory.
|
| -class FakeDeviceDescriptorTest : public VideoCaptureServiceTest {
|
| +class FakeDeviceDescriptorTest : public ServiceTest {
|
| public:
|
| FakeDeviceDescriptorTest();
|
| ~FakeDeviceDescriptorTest() override;
|
|
|