chromium/ui/message_center/views/notification_control_button_factory.h

// 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 UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_CONTROL_BUTTON_FACTORY_H_
#define UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_CONTROL_BUTTON_FACTORY_H_

#include <memory>

#include "ui/message_center/message_center_export.h"
#include "ui/views/controls/button/image_button.h"

namespace message_center {

class MESSAGE_CENTER_EXPORT NotificationControlButtonFactory {};

}  // namespace message_center

#endif  // UI_MESSAGE_CENTER_VIEWS_NOTIFICATION_CONTROL_BUTTON_FACTORY_H_