// 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. #ifndef COMPONENTS_MEDIA_ROUTER_BROWSER_MEDIA_ROUTER_DEBUGGER_H_ #define COMPONENTS_MEDIA_ROUTER_BROWSER_MEDIA_ROUTER_DEBUGGER_H_ #include "base/observer_list.h" #include "base/observer_list_types.h" #include "base/sequence_checker.h" #include "base/values.h" namespace media_router { // An interface for media router debugging and feedback. class MediaRouterDebugger { … }; } // namespace media_router #endif // COMPONENTS_MEDIA_ROUTER_BROWSER_MEDIA_ROUTER_DEBUGGER_H_