Chromium Code Reviews

Unified Diff: chrome/browser/chrome_browser_main_linux.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_x11.h ('k') | chrome/browser/chrome_browser_main_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_linux.h
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h
index 9d9a92aab8e5f574f4b022a631232016b3f694c1..e70f2fcd72f2f1c547c016d13bcd5b7e9d8200fd 100644
--- a/chrome/browser/chrome_browser_main_linux.h
+++ b/chrome/browser/chrome_browser_main_linux.h
@@ -17,9 +17,9 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
virtual ~ChromeBrowserMainPartsLinux();
// ChromeBrowserMainParts overrides.
- virtual void ToolkitInitialized() OVERRIDE;
- virtual void PreProfileInit() OVERRIDE;
- virtual void PostProfileInit() OVERRIDE;
+ virtual void ToolkitInitialized() override;
+ virtual void PreProfileInit() override;
+ virtual void PostProfileInit() override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsLinux);
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_x11.h ('k') | chrome/browser/chrome_browser_main_mac.h » ('j') | no next file with comments »

Powered by Google App Engine