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

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

Issue 2824883005: [Mojo Video Capture] Stop service when last client disconnects. (Closed)
Patch Set: Incorporate suggestions from PatchSet #4 Created 3 years, 8 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 f3d00ae35bb7ce4521359fa9a9663736e3e48eb5..6153d6ce15ea584d16fd194bd1ed5834f1f76f4d 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() {}
+ : video_capture::DeviceFactoryProviderTest() {}
FakeDeviceDescriptorTest::~FakeDeviceDescriptorTest() = default;
void FakeDeviceDescriptorTest::SetUp() {
- video_capture::ServiceTest::SetUp();
+ video_capture::DeviceFactoryProviderTest::SetUp();
base::RunLoop wait_loop;
EXPECT_CALL(device_info_receiver_, Run(_))
« no previous file with comments | « services/video_capture/test/fake_device_descriptor_test.h ('k') | services/video_capture/test/fake_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698