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

Unified Diff: services/video_capture/fake_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
Index: services/video_capture/fake_device_test.h
diff --git a/services/video_capture/fake_device_test.h b/services/video_capture/fake_device_test.h
index d91b6c09d768dc245597eb3721b4ad4e68087910..b121dc6145a82dcf57558086338651dd2cc92922 100644
--- a/services/video_capture/fake_device_test.h
+++ b/services/video_capture/fake_device_test.h
@@ -21,8 +21,8 @@ class FakeDeviceTest : public FakeDeviceDescriptorTest {
protected:
MockSupportedFormatsReceiver supported_formats_receiver_;
- mojom::VideoCaptureFormatPtr fake_device_first_supported_format_;
- mojom::VideoCaptureSettingsPtr requestable_settings_;
+ media::VideoCaptureFormat fake_device_first_supported_format_;
+ media::VideoCaptureParams requestable_settings_;
mojom::VideoCaptureDeviceProxyPtr fake_device_proxy_;
};
« no previous file with comments | « services/video_capture/fake_device_descriptor_unittest.cc ('k') | services/video_capture/fake_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698