// Copyright 2022 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_NOTIFICATION_THEME_H_ #define COMPONENTS_MEDIA_MESSAGE_CENTER_NOTIFICATION_THEME_H_ #include "base/component_export.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/color/color_id.h" namespace media_message_center { struct COMPONENT_EXPORT(MEDIA_MESSAGE_CENTER) NotificationTheme { … }; // Defines the color IDs for the media view. struct COMPONENT_EXPORT(MEDIA_MESSAGE_CENTER) MediaColorTheme { … }; } // namespace media_message_center #endif // COMPONENTS_MEDIA_MESSAGE_CENTER_NOTIFICATION_THEME_H_