Index: ui/message_center/cocoa/popup_collection.mm |
diff --git a/ui/message_center/cocoa/popup_collection.mm b/ui/message_center/cocoa/popup_collection.mm |
index adc4f6216d6a7e020870ac4ff2ead79db224d62a..7320dcb9b11ce3495de7f15070cb00256a32181c 100644 |
--- a/ui/message_center/cocoa/popup_collection.mm |
+++ b/ui/message_center/cocoa/popup_collection.mm |
@@ -62,17 +62,17 @@ class PopupCollectionObserver : public message_center::MessageCenterObserver { |
} |
virtual void OnNotificationAdded( |
- const std::string& notification_id) OVERRIDE { |
+ const std::string& notification_id) override { |
[popup_collection_ layoutNewNotifications]; |
} |
virtual void OnNotificationRemoved(const std::string& notification_id, |
- bool user_id) OVERRIDE { |
+ bool user_id) override { |
[popup_collection_ removeNotification:notification_id]; |
} |
virtual void OnNotificationUpdated( |
- const std::string& notification_id) OVERRIDE { |
+ const std::string& notification_id) override { |
[popup_collection_ updateNotification:notification_id]; |
} |