// 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 COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_ITEM_MANAGER_H_ #define COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_ITEM_MANAGER_H_ #include <list> #include <memory> #include <string> #include "base/component_export.h" #include "base/memory/weak_ptr.h" namespace global_media_controls { class MediaDialogDelegate; class MediaItemManagerObserver; class MediaItemProducer; class COMPONENT_EXPORT(GLOBAL_MEDIA_CONTROLS) MediaItemManager { … }; } // namespace global_media_controls #endif // COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MEDIA_ITEM_MANAGER_H_