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

Unified Diff: chrome/android/shell/chrome_main_delegate_chrome_shell_android.h

Issue 644903002: Replacing the OVERRIDE with override and in chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extrafile added 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 | « no previous file | chrome/android/shell/chrome_shell_google_location_settings_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
diff --git a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
index 36e24138b953c1d9283524aa0bfee8843ffee61e..1bbe6b137513e7f087cd8a8a2cd019825c833679 100644
--- a/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
+++ b/chrome/android/shell/chrome_main_delegate_chrome_shell_android.h
@@ -12,7 +12,7 @@ class ChromeMainDelegateChromeShellAndroid : public ChromeMainDelegateAndroid {
ChromeMainDelegateChromeShellAndroid();
virtual ~ChromeMainDelegateChromeShellAndroid();
- virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
+ virtual bool BasicStartupComplete(int* exit_code) override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateChromeShellAndroid);
« no previous file with comments | « no previous file | chrome/android/shell/chrome_shell_google_location_settings_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698