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

Unified Diff: services/video_capture/fake_device_descriptor_test.h

Issue 2468663003: [Mojo Video Capture] Add Mojo Typemap for VideoCaptureDeviceDescriptor (Closed)
Patch Set: dcheng's comments and formatting Created 4 years, 1 month 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 | « no previous file | services/video_capture/fake_device_descriptor_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 | « no previous file | services/video_capture/fake_device_descriptor_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698