blob: f032a2af0fa49b0c932e21c2043277082d3b8bd0 [file] [log] [blame]
// 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