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

Unified Diff: chrome/browser/chrome_browser_main_win.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_browser_main_posix.cc ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_win.h
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
index 8ee1ec11ec4f06618dcb029e4cc01c547bb3cfc3..573c1e14085e1e1be56ab7fbac94b186237d2899 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -26,13 +26,13 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
virtual ~ChromeBrowserMainPartsWin();
// BrowserParts overrides.
- virtual void ToolkitInitialized() OVERRIDE;
- virtual void PreMainMessageLoopStart() OVERRIDE;
- virtual int PreCreateThreads() OVERRIDE;
+ virtual void ToolkitInitialized() override;
+ virtual void PreMainMessageLoopStart() override;
+ virtual int PreCreateThreads() override;
// ChromeBrowserMainParts overrides.
- virtual void ShowMissingLocaleMessageBox() OVERRIDE;
- virtual void PostBrowserStart() OVERRIDE;
+ virtual void ShowMissingLocaleMessageBox() override;
+ virtual void PostBrowserStart() override;
// Prepares the localized strings that are going to be displayed to
// the user if the browser process dies. These strings are stored in the
« no previous file with comments | « chrome/browser/chrome_browser_main_posix.cc ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698