| Index: chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| index 456f5f77432d3038f68c22bab6c9791d6d728f68..fe4d59df4748ef4b023b132fc10955a92e771bf3 100644
|
| --- a/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| +++ b/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h
|
| @@ -33,7 +33,7 @@ class CollectedCookiesMac : public ConstrainedWindowMacDelegate,
|
|
|
| // ConstrainedWindowMacDelegate implementation.
|
| virtual void OnConstrainedWindowClosed(
|
| - ConstrainedWindowMac* window) OVERRIDE;
|
| + ConstrainedWindowMac* window) override;
|
|
|
| CollectedCookiesWindowController* sheet_controller() const {
|
| return sheet_controller_.get();
|
| @@ -43,7 +43,7 @@ class CollectedCookiesMac : public ConstrainedWindowMacDelegate,
|
| // NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| content::NotificationRegistrar registrar_;
|
|
|
|
|