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

Unified Diff: services/video_capture/mock_supported_formats_receiver.cc

Issue 2486543002: [Mojo Video Capture] Add test ReceiveFramesFromFakeCaptureDevice (Closed)
Patch Set: 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
Index: services/video_capture/mock_supported_formats_receiver.cc
diff --git a/services/video_capture/mock_device_descriptor_receiver.cc b/services/video_capture/mock_supported_formats_receiver.cc
similarity index 56%
copy from services/video_capture/mock_device_descriptor_receiver.cc
copy to services/video_capture/mock_supported_formats_receiver.cc
index d878e6480cab3f43ce52af047291ff5266cddda2..6ff341f12f49ee037201cfaa6621b88c205282a5 100644
--- a/services/video_capture/mock_device_descriptor_receiver.cc
+++ b/services/video_capture/mock_supported_formats_receiver.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/video_capture/mock_device_descriptor_receiver.h"
+#include "services/video_capture/mock_supported_formats_receiver.h"
namespace video_capture {
-MockDeviceDescriptorReceiver::MockDeviceDescriptorReceiver() = default;
+MockSupportedFormatsReceiver::MockSupportedFormatsReceiver() = default;
-MockDeviceDescriptorReceiver::~MockDeviceDescriptorReceiver() = default;
+MockSupportedFormatsReceiver::~MockSupportedFormatsReceiver() = default;
} // namespace video_capture

Powered by Google App Engine
This is Rietveld 408576698