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

Unified Diff: services/video_capture/fake_device_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
Index: services/video_capture/fake_device_unittest.cc
diff --git a/services/video_capture/fake_device_unittest.cc b/services/video_capture/fake_device_unittest.cc
index 6c43129e7b540051d5db136f2db876992df6a5ab..7372eae0b8fcaf2bff752c5a650e32bf5b16e3f0 100644
--- a/services/video_capture/fake_device_unittest.cc
+++ b/services/video_capture/fake_device_unittest.cc
@@ -36,8 +36,8 @@ TEST_F(FakeDeviceTest, FrameCallbacksArrive) {
}));
fake_device_proxy_->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.Run();
}

Powered by Google App Engine
This is Rietveld 408576698