Chromium Code Reviews

Unified Diff: athena/content/content_activity_factory.h

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
Index: athena/content/content_activity_factory.h
diff --git a/athena/content/content_activity_factory.h b/athena/content/content_activity_factory.h
index bf00bb361dfba871758b92bacb6a6e118109102f..0e64ce49f4d1470306d0d2f9691e41a30d3c99a3 100644
--- a/athena/content/content_activity_factory.h
+++ b/athena/content/content_activity_factory.h
@@ -18,9 +18,9 @@ class ContentActivityFactory : public ActivityFactory {
// Overridden from ActivityFactory:
virtual Activity* CreateWebActivity(content::BrowserContext* browser_context,
const base::string16& title,
- const GURL& url) OVERRIDE;
+ const GURL& url) override;
virtual Activity* CreateAppActivity(const std::string& app_id,
- views::WebView* web_view) OVERRIDE;
+ views::WebView* web_view) override;
private:
DISALLOW_COPY_AND_ASSIGN(ContentActivityFactory);
« no previous file with comments | « athena/content/chrome/web_activity_helpers_browsertest.cc ('k') | athena/content/render_view_context_menu_impl.h » ('j') | no next file with comments »

Powered by Google App Engine