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 |