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

Unified Diff: chrome/app/android/chrome_main_delegate_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
Index: chrome/app/android/chrome_main_delegate_android.h
diff --git a/chrome/app/android/chrome_main_delegate_android.h b/chrome/app/android/chrome_main_delegate_android.h
index 8fc9f772001857cb690430b0c84e8b67e9620fd1..b268ab1e1c722b46aafe00fa2e204890007d7463 100644
--- a/chrome/app/android/chrome_main_delegate_android.h
+++ b/chrome/app/android/chrome_main_delegate_android.h
@@ -21,13 +21,13 @@ class ChromeMainDelegateAndroid : public ChromeMainDelegate {
ChromeMainDelegateAndroid();
virtual ~ChromeMainDelegateAndroid();
- virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
+ virtual bool BasicStartupComplete(int* exit_code) override;
- virtual void SandboxInitialized(const std::string& process_type) OVERRIDE;
+ virtual void SandboxInitialized(const std::string& process_type) override;
virtual int RunProcess(
const std::string& process_type,
- const content::MainFunctionParams& main_function_params) OVERRIDE;
+ const content::MainFunctionParams& main_function_params) override;
private:
scoped_ptr<content::BrowserMainRunner> browser_runner_;
« no previous file with comments | « chrome/android/sync_shell/chrome_main_delegate_chrome_sync_shell_android.h ('k') | chrome/app/chrome_crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698