blob: 1afd80bc6048435e09a04e27d484129d5916f2fe [file] [log] [blame]
// 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 "components/system_media_controls/mock_system_media_controls.h"
namespace system_media_controls {
namespace testing {
MockSystemMediaControls::MockSystemMediaControls() = default;
MockSystemMediaControls::~MockSystemMediaControls() = default;
} // namespace testing
} // namespace system_media_controls