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

Unified Diff: services/video_capture/mock_device_descriptor_receiver.h

Issue 2486543002: [Mojo Video Capture] Add test ReceiveFramesFromFakeCaptureDevice (Closed)
Patch Set: mcasas comments mk2 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 | « services/video_capture/fake_device_unittest.cc ('k') | services/video_capture/mock_device_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/mock_device_descriptor_receiver.h
diff --git a/services/video_capture/mock_device_descriptor_receiver.h b/services/video_capture/mock_device_descriptor_receiver.h
index 347c35f165d2a7208bd4ce41939f7b429b0953b1..b75534b3c3697a5e73e4d979fd763fbb0d2ce4ea 100644
--- a/services/video_capture/mock_device_descriptor_receiver.h
+++ b/services/video_capture/mock_device_descriptor_receiver.h
@@ -17,8 +17,9 @@ class MockDeviceDescriptorReceiver {
MockDeviceDescriptorReceiver();
~MockDeviceDescriptorReceiver();
- MOCK_METHOD1(OnEnumerateDeviceDescriptorsCallback,
- void(const std::vector<media::VideoCaptureDeviceDescriptor>&));
+ MOCK_METHOD1(
+ OnEnumerateDeviceDescriptorsCallback,
+ void(const std::vector<media::VideoCaptureDeviceDescriptor>&));
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/fake_device_unittest.cc ('k') | services/video_capture/mock_device_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698