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

Unified Diff: services/video_capture/mock_device_test.h

Issue 2386183002: Replace manual conversions with Mojo type mappings
Patch Set: 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/mock_device_factory.cc ('k') | services/video_capture/mock_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/mock_device_test.h
diff --git a/services/video_capture/mock_device_test.h b/services/video_capture/mock_device_test.h
index 8a8a96abddf38deacf1721f622ef0ac75258d286..f92814fa998f80c619be0fca3bcf50b65b65c00a 100644
--- a/services/video_capture/mock_device_test.h
+++ b/services/video_capture/mock_device_test.h
@@ -31,7 +31,7 @@ class MockDeviceTest : public shell::test::ServiceTest {
mojom::MockVideoCaptureDevicePtr mock_device_proxy_;
mojom::VideoCaptureDeviceProxyPtr device_proxy_;
mojom::VideoFrameReceiverPtr mock_receiver_proxy_;
- mojom::VideoCaptureSettingsPtr requested_settings_;
+ media::VideoCaptureParams requested_settings_;
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/mock_device_factory.cc ('k') | services/video_capture/mock_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698