| // Copyright 2019 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #include "ui/base/win/system_media_controls/mock_system_media_controls_service.h" |
| |
| namespace system_media_controls { |
| |
| namespace testing { |
| |
| MockSystemMediaControlsService::MockSystemMediaControlsService() = default; |
| |
| MockSystemMediaControlsService::~MockSystemMediaControlsService() = default; |
| |
| } // namespace testing |
| |
| } // namespace system_media_controls |