#ifndef CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_INTERNAL_NOTIFICATION_SCHEDULER_H_
#define CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_INTERNAL_NOTIFICATION_SCHEDULER_H_
#include <memory>
#include "base/functional/callback.h"
#include "chrome/browser/notifications/scheduler/public/client_overview.h"
#include "chrome/browser/notifications/scheduler/public/notification_background_task_scheduler.h"
#include "chrome/browser/notifications/scheduler/public/user_action_handler.h"
namespace notifications {
class NotificationSchedulerContext;
struct NotificationParams;
class NotificationScheduler
: public NotificationBackgroundTaskScheduler::Handler,
public UserActionHandler { … };
}
#endif