// 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 UI_MESSAGE_CENTER_NOTIFICATION_VIEW_CONTROLLER_H_ #define UI_MESSAGE_CENTER_NOTIFICATION_VIEW_CONTROLLER_H_ #include <string> #include "ui/message_center/message_center_export.h" namespace message_center { class MessageView; // A controller class to manage adding, removing and updating group // notifications. class MESSAGE_CENTER_EXPORT NotificationViewController { … }; } // namespace message_center #endif // UI_MESSAGE_CENTER_NOTIFICATION_VIEW_CONTROLLER_H_