// 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. #ifndef CHROME_BROWSER_UI_GLOBAL_MEDIA_CONTROLS_TEST_HELPER_H_ #define CHROME_BROWSER_UI_GLOBAL_MEDIA_CONTROLS_TEST_HELPER_H_ #include "base/observer_list.h" #include "components/media_router/browser/presentation/web_contents_presentation_manager.h" #include "content/public/browser/presentation_request.h" #include "testing/gmock/include/gmock/gmock.h" WebContentsPresentationManager; class MockWebContentsPresentationManager : public WebContentsPresentationManager { … }; #endif // CHROME_BROWSER_UI_GLOBAL_MEDIA_CONTROLS_TEST_HELPER_H_