| Index: ui/message_center/cocoa/popup_controller.h | 
| diff --git a/ui/message_center/cocoa/popup_controller.h b/ui/message_center/cocoa/popup_controller.h | 
| index 54aaaa6f5f0bcdef98d87dbadb55596e39283085..057756730591d6737ecbd88ef7da127f8efe321d 100644 | 
| --- a/ui/message_center/cocoa/popup_controller.h | 
| +++ b/ui/message_center/cocoa/popup_controller.h | 
| @@ -32,7 +32,10 @@ MESSAGE_CENTER_EXPORT | 
| - (id)initWithNotification:(const message_center::Notification*)notification | 
| messageCenter:(message_center::MessageCenter*)messageCenter; | 
|  | 
| -// Accessor for the notification. | 
| +// Accessor for the view controller. | 
| +- (MCNotificationController*)notificationController; | 
| + | 
| +// Accessor for the notification model object. | 
| - (const message_center::Notification*)notification; | 
|  | 
| // Gets the notification ID. This string is owned by the NotificationController | 
|  |