| Index: chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm
|
| diff --git a/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm b/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm
|
| index 1a648adf821ecf4cdee3d8f73f2523f8a1f13513..2a7d182a949000b5ac1ab1bc87e99597ef39a7ae 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm
|
| +++ b/chrome/browser/ui/cocoa/notifications/notification_service_delegate.mm
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import <AppKit/AppKit.h>
|
| -
|
| #import "chrome/browser/ui/cocoa/notifications/notification_service_delegate.h"
|
|
|
| +#import <AppKit/AppKit.h>
|
| +
|
| #include "base/mac/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/notifications/alert_notification_service.h"
|
| #import "chrome/browser/ui/cocoa/notifications/notification_delivery.h"
|
| @@ -57,7 +57,7 @@
|
| return YES;
|
| }
|
|
|
| -// NSUserNotification center delegate
|
| +// NSUserNotificationCenterDelegate:
|
| - (void)userNotificationCenter:(NSUserNotificationCenter*)center
|
| didActivateNotification:(NSUserNotification*)notification {
|
| NSDictionary* response =
|
| @@ -65,7 +65,7 @@
|
| [[connection_ remoteObjectProxy] notificationClick:response];
|
| }
|
|
|
| -// _NSUserNotificationCenterDelegatePrivate
|
| +// _NSUserNotificationCenterDelegatePrivate:
|
| - (void)userNotificationCenter:(NSUserNotificationCenter*)center
|
| didDismissAlert:(NSUserNotification*)notification {
|
| NSDictionary* response =
|
|
|