Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5030)

Unified Diff: chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698