#include "chrome/browser/updates/announcement_notification/announcement_notification_delegate.h"
#include <string>
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/first_run/first_run.h"
#include "chrome/browser/notifications/notification_display_service.h"
#include "chrome/grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/message_center/public/cpp/notification.h"
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/constants/notifier_catalogs.h"
#endif
AnnouncementNotificationDelegate::AnnouncementNotificationDelegate(
NotificationDisplayService* display_service)
: … { … }
AnnouncementNotificationDelegate::~AnnouncementNotificationDelegate() = default;
void AnnouncementNotificationDelegate::ShowNotification() { … }
bool AnnouncementNotificationDelegate::IsFirstRun() { … }