// Copyright 2019 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_MESSAGE_CENTER_MEDIA_NOTIFICATION_UTIL_H_ #define COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_UTIL_H_ #include "base/component_export.h" #include "base/containers/flat_set.h" #include "services/media_session/public/mojom/media_session.mojom.h" #include "url/origin.h" namespace views { class Button; } namespace gfx { struct VectorIcon; } media_message_center // namespace media_message_center #endif // COMPONENTS_MEDIA_MESSAGE_CENTER_MEDIA_NOTIFICATION_UTIL_H_