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

Unified Diff: services/video_capture/test/fake_device_descriptor_test.h

Issue 2813343002: [Mojo Video Capture] Switch to using Mojo structs in media/capture/mojo (Closed)
Patch Set: Removed extraneous AtLeast Created 3 years, 8 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/test/fake_device_descriptor_test.h
diff --git a/services/video_capture/test/fake_device_descriptor_test.h b/services/video_capture/test/fake_device_descriptor_test.h
index e8a670f6b7def59b1f750fdf4b7d70f551ed94c0..67b0fdfa31b052c258af3167145c8c8044e693d1 100644
--- a/services/video_capture/test/fake_device_descriptor_test.h
+++ b/services/video_capture/test/fake_device_descriptor_test.h
@@ -19,7 +19,7 @@ class FakeDeviceDescriptorTest : public ServiceTest {
void SetUp() override;
protected:
- media::VideoCaptureDeviceDescriptor fake_device_descriptor_;
+ media::VideoCaptureDeviceInfo fake_device_info_;
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/public/interfaces/typemaps.gni ('k') | services/video_capture/test/fake_device_descriptor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698