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

Unified Diff: services/video_capture/fake_device_descriptor_test.h

Issue 2502483003: [Mojo Video Capture] Cleanup naming of classes/files in services/video_capture (Closed)
Patch Set: Rebase Created 4 years, 1 month 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
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;
« no previous file with comments | « services/video_capture/device_mojo_mock_to_media_adapter.cc ('k') | services/video_capture/fake_device_descriptor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698