// Copyright 2021 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_media_item_manager_observer.h" namespace global_media_controls { namespace test { MockMediaItemManagerObserver::MockMediaItemManagerObserver() = default; MockMediaItemManagerObserver::~MockMediaItemManagerObserver() = default; } // namespace test } // namespace global_media_controls