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

Unified Diff: services/video_capture/fake_device_descriptor_test.cc

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.cc
diff --git a/services/video_capture/fake_device_descriptor_test.cc b/services/video_capture/fake_device_descriptor_test.cc
index f80747e886e108db124c31e848e67d18d185db50..823c1a76d6c4129ce8e5089996248a6a9080a5d5 100644
--- a/services/video_capture/fake_device_descriptor_test.cc
+++ b/services/video_capture/fake_device_descriptor_test.cc
@@ -12,12 +12,12 @@ using testing::Invoke;
namespace video_capture {
FakeDeviceDescriptorTest::FakeDeviceDescriptorTest()
- : VideoCaptureServiceTest() {}
+ : video_capture::ServiceTest() {}
FakeDeviceDescriptorTest::~FakeDeviceDescriptorTest() = default;
void FakeDeviceDescriptorTest::SetUp() {
- VideoCaptureServiceTest::SetUp();
+ video_capture::ServiceTest::SetUp();
base::RunLoop wait_loop;
EXPECT_CALL(descriptor_receiver_, OnEnumerateDeviceDescriptorsCallback(_))
« no previous file with comments | « services/video_capture/fake_device_descriptor_test.h ('k') | services/video_capture/fake_device_descriptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698