| Index: chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| diff --git a/chrome/browser/ui/cocoa/notifications/alert_notification_service.h b/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| index 3a0e74926873bf6e7b8f7801e389f3c4b0e3a35c..29fbf9aab268bef9e9ed4fb3b9e2b1d72a86c6ca 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| +++ b/chrome/browser/ui/cocoa/notifications/alert_notification_service.h
|
| @@ -9,9 +9,12 @@
|
|
|
| #import "chrome/browser/ui/cocoa/notifications/notification_delivery.h"
|
|
|
| +@class XPCTransactionHandler;
|
| +
|
| // Implementation of the NotificationDelivery protocol that can display
|
| // notifications of type alert.
|
| @interface AlertNotificationService : NSObject<NotificationDelivery>
|
| +- (instancetype)initWithTransactionHandler:(XPCTransactionHandler*)handler;
|
| @end
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_NOTIFICATIONS_BANNER_NOTIFICATION_SERVICE_H_
|
|
|