| // Copyright 2023 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "components/global_media_controls/public/test/mock_device_service.h" |
| |
| namespace global_media_controls::test { |
| |
| MockDeviceListHost::MockDeviceListHost() = default; |
| MockDeviceListHost::~MockDeviceListHost() = default; |
| |
| MockDeviceListClient::MockDeviceListClient() = default; |
| MockDeviceListClient::~MockDeviceListClient() = default; |
| |
| MockDeviceService::MockDeviceService() = default; |
| MockDeviceService::~MockDeviceService() = default; |
| |
| MockDevicePickerProvider::MockDevicePickerProvider() = default; |
| MockDevicePickerProvider::~MockDevicePickerProvider() = default; |
| |
| MockDevicePickerObserver::MockDevicePickerObserver() = default; |
| MockDevicePickerObserver::~MockDevicePickerObserver() = default; |
| |
| } // namespace global_media_controls::test |