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

Unified Diff: services/video_capture/mock_device_test.h

Issue 2502483003: [Mojo Video Capture] Cleanup naming of classes/files in services/video_capture (Closed)
Patch Set: Rebase 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/mock_device_factory.cc ('k') | services/video_capture/mock_device_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/mock_device_test.h
diff --git a/services/video_capture/mock_device_test.h b/services/video_capture/mock_device_test.h
index 655cbcce5b5db6e5b03414e7757823849c4461b0..b0feb5aea0b3cdb68bdafba8ae66caed52b20c0b 100644
--- a/services/video_capture/mock_device_test.h
+++ b/services/video_capture/mock_device_test.h
@@ -7,10 +7,10 @@
#include "services/service_manager/public/cpp/service_test.h"
#include "services/video_capture/mock_device_descriptor_receiver.h"
-#include "services/video_capture/mock_video_capture_device_impl.h"
-#include "services/video_capture/mock_video_frame_receiver.h"
-#include "services/video_capture/public/cpp/video_capture_settings.h"
-#include "services/video_capture/public/interfaces/video_capture_service.mojom.h"
+#include "services/video_capture/mock_media_device_impl.h"
+#include "services/video_capture/mock_receiver.h"
+#include "services/video_capture/public/cpp/capture_settings.h"
+#include "services/video_capture/public/interfaces/service.mojom.h"
namespace video_capture {
@@ -23,16 +23,16 @@ class MockDeviceTest : public service_manager::test::ServiceTest {
void SetUp() override;
protected:
- mojom::VideoCaptureServicePtr service_;
- mojom::VideoCaptureDeviceFactoryPtr factory_;
+ mojom::ServicePtr service_;
+ mojom::DeviceFactoryPtr factory_;
MockDeviceDescriptorReceiver descriptor_receiver_;
- std::unique_ptr<MockVideoCaptureDeviceImpl> mock_device_;
- std::unique_ptr<MockVideoFrameReceiver> mock_receiver_;
- mojom::MockVideoCaptureDevicePtr mock_device_proxy_;
- mojom::VideoCaptureDeviceProxyPtr device_proxy_;
- mojom::VideoFrameReceiverPtr mock_receiver_proxy_;
- VideoCaptureSettings requested_settings_;
+ std::unique_ptr<MockMediaDeviceImpl> mock_device_;
+ std::unique_ptr<MockReceiver> mock_receiver_;
+ mojom::MockMediaDevicePtr mock_device_proxy_;
+ mojom::DevicePtr device_proxy_;
+ mojom::ReceiverPtr mock_receiver_proxy_;
+ CaptureSettings requested_settings_;
};
} // namespace video_capture
« no previous file with comments | « services/video_capture/mock_device_factory.cc ('k') | services/video_capture/mock_device_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698