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

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

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.cc
diff --git a/services/video_capture/test/fake_device_descriptor_test.cc b/services/video_capture/test/fake_device_descriptor_test.cc
index 55b8919fe84d01e0e3cdae3a61dabac26db22247..7e57501a8215b126c0227481c218d337f57b93b2 100644
--- a/services/video_capture/test/fake_device_descriptor_test.cc
+++ b/services/video_capture/test/fake_device_descriptor_test.cc
@@ -12,12 +12,12 @@ using testing::Invoke;
namespace video_capture {
FakeDeviceDescriptorTest::FakeDeviceDescriptorTest()
- : video_capture::ServiceTest() {}
+ : VideoCaptureServiceTest() {}
FakeDeviceDescriptorTest::~FakeDeviceDescriptorTest() = default;
void FakeDeviceDescriptorTest::SetUp() {
- video_capture::ServiceTest::SetUp();
+ VideoCaptureServiceTest::SetUp();
base::RunLoop wait_loop;
EXPECT_CALL(descriptor_receiver_, Run(_))

Powered by Google App Engine
This is Rietveld 408576698