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

Unified Diff: services/video_capture/fake_device_descriptor_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_descriptor_test.h
diff --git a/services/video_capture/fake_device_descriptor_test.h b/services/video_capture/fake_device_descriptor_test.h
index 5cb1cd1ad31335b5f5efb85d4565855b29abad6e..645a2a3c4398fcce6e342f1da565485a5d57bd58 100644
--- a/services/video_capture/fake_device_descriptor_test.h
+++ b/services/video_capture/fake_device_descriptor_test.h
@@ -19,7 +19,7 @@ class FakeDeviceDescriptorTest : public VideoCaptureServiceTest {
void SetUp() override;
protected:
- mojom::VideoCaptureDeviceDescriptorPtr fake_device_descriptor_;
+ media::VideoCaptureDeviceDescriptor fake_device_descriptor_;
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/device_factory_media_to_mojo_adapter.cc ('k') | services/video_capture/fake_device_descriptor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698