| Index: services/video_capture/video_capture_service_test.h
|
| diff --git a/services/video_capture/video_capture_service_test.h b/services/video_capture/video_capture_service_test.h
|
| index ce893528e87bca4922715d8703df75d7db160661..62970a400839c87c0fd4a20d7c44d326820cb1e3 100644
|
| --- a/services/video_capture/video_capture_service_test.h
|
| +++ b/services/video_capture/video_capture_service_test.h
|
| @@ -13,7 +13,7 @@
|
| namespace video_capture {
|
|
|
| // Basic test fixture that sets up a connection to the fake device factory.
|
| -class VideoCaptureServiceTest : public shell::test::ServiceTest {
|
| +class VideoCaptureServiceTest : public service_manager::test::ServiceTest {
|
| public:
|
| VideoCaptureServiceTest();
|
| ~VideoCaptureServiceTest() override;
|
|
|