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

Unified Diff: chromecast/shell/app/cast_main_delegate.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (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
« no previous file with comments | « chromecast/service/cast_service_simple.cc ('k') | chromecast/shell/browser/android/cast_window_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/app/cast_main_delegate.h
diff --git a/chromecast/shell/app/cast_main_delegate.h b/chromecast/shell/app/cast_main_delegate.h
index 424095302cae17c0536e5a13b1f27c3f71a08d80..914e23a39c428c14df94dfb3da828d220d7ff838 100644
--- a/chromecast/shell/app/cast_main_delegate.h
+++ b/chromecast/shell/app/cast_main_delegate.h
@@ -29,17 +29,17 @@ class CastMainDelegate : public content::ContentMainDelegate {
virtual ~CastMainDelegate();
// content::ContentMainDelegate implementation:
- virtual bool BasicStartupComplete(int* exit_code) OVERRIDE;
- virtual void PreSandboxStartup() OVERRIDE;
+ virtual bool BasicStartupComplete(int* exit_code) override;
+ virtual void PreSandboxStartup() override;
virtual int RunProcess(
const std::string& process_type,
- const content::MainFunctionParams& main_function_params) OVERRIDE;
+ const content::MainFunctionParams& main_function_params) override;
#if !defined(OS_ANDROID)
- virtual void ZygoteForked() OVERRIDE;
+ virtual void ZygoteForked() override;
#endif // !defined(OS_ANDROID)
- virtual content::ContentBrowserClient* CreateContentBrowserClient() OVERRIDE;
+ virtual content::ContentBrowserClient* CreateContentBrowserClient() override;
virtual content::ContentRendererClient*
- CreateContentRendererClient() OVERRIDE;
+ CreateContentRendererClient() override;
private:
void InitializeResourceBundle();
« no previous file with comments | « chromecast/service/cast_service_simple.cc ('k') | chromecast/shell/browser/android/cast_window_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698