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

Unified Diff: services/video_capture/test/fake_device_descriptor_test.h

Issue 2660743002: Merge video_capture tests into service_unittests (Closed)
Patch Set: . Created 3 years, 11 months 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/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..5da318c3b82fc840ae81db9a24827e63c9a51dfb 100644
--- a/services/video_capture/test/fake_device_descriptor_test.h
+++ b/services/video_capture/test/fake_device_descriptor_test.h
@@ -5,13 +5,13 @@
#ifndef SERVICES_VIDEO_CAPTURE_TEST_FAKE_DEVICE_DESCRIPTOR_TEST_H_
#define SERVICES_VIDEO_CAPTURE_TEST_FAKE_DEVICE_DESCRIPTOR_TEST_H_
-#include "services/video_capture/test/service_test.h"
+#include "services/video_capture/test/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 ServiceTest {
+class FakeDeviceDescriptorTest : public VideoCaptureServiceTest {
public:
FakeDeviceDescriptorTest();
~FakeDeviceDescriptorTest() override;

Powered by Google App Engine
This is Rietveld 408576698