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

Unified Diff: services/video_capture/fake_device_descriptor_unittest.cc

Issue 2395163002: VideoCapture: migrate VideoCapture renderer-->host messages to mojo, part 2 (Closed)
Patch Set: rockot@s comments on renaming and return types Created 4 years, 2 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
« no previous file with comments | « services/video_capture/BUILD.gn ('k') | services/video_capture/fake_device_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/fake_device_descriptor_unittest.cc
diff --git a/services/video_capture/fake_device_descriptor_unittest.cc b/services/video_capture/fake_device_descriptor_unittest.cc
index c20c020e8b08ceb477ff8b293dba025a95a077ac..5b3a31115ffc6b08770adc36e3febc2c0814f884 100644
--- a/services/video_capture/fake_device_descriptor_unittest.cc
+++ b/services/video_capture/fake_device_descriptor_unittest.cc
@@ -85,8 +85,8 @@ TEST_F(FakeDeviceDescriptorTest, CanUseSecondRequestedProxy) {
InvokeWithoutArgs([&wait_loop_2]() { wait_loop_2.Quit(); }));
device_proxy_2->Start(arbitrary_requested_format,
- mojom::ResolutionChangePolicy::FIXED_RESOLUTION,
- mojom::PowerLineFrequency::DEFAULT,
+ media::RESOLUTION_POLICY_FIXED_RESOLUTION,
+ media::PowerLineFrequency::FREQUENCY_DEFAULT,
std::move(client_proxy));
wait_loop_2.Run();
}
« no previous file with comments | « services/video_capture/BUILD.gn ('k') | services/video_capture/fake_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698