| Index: chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h b/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
|
| index 4ed8bc38bf7f21618a80e38a5450271821038acc..d9151502bbb9c2c664cc70b181deac7398791bb4 100644
|
| --- a/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
|
| +++ b/chrome/browser/ui/cocoa/notifications/notification_response_builder_mac.h
|
| @@ -10,7 +10,8 @@
|
| @class NSUserNotification;
|
|
|
| // Provides a marshallable way for storing the information related to a
|
| -// notification response action, clicking on it, clicking on a button etc.
|
| +// notification
|
| +// response action, clicking on it, clicking on a button etc.
|
| @interface NotificationResponseBuilder : NSObject
|
|
|
| + (NSDictionary*)buildDictionary:(NSUserNotification*)notification;
|
|
|