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

Unified Diff: athena/extensions/public/extension_app_model_builder.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: athena/extensions/public/extension_app_model_builder.h
diff --git a/athena/extensions/public/extension_app_model_builder.h b/athena/extensions/public/extension_app_model_builder.h
index 5a67b2b34b1ca941cdccc27847efde0e926b0740..0906add26c8a20c4dca20b29f75263efd459d795 100644
--- a/athena/extensions/public/extension_app_model_builder.h
+++ b/athena/extensions/public/extension_app_model_builder.h
@@ -19,7 +19,7 @@ class ATHENA_EXPORT ExtensionAppModelBuilder : public AppModelBuilder {
explicit ExtensionAppModelBuilder(content::BrowserContext* browser_context);
virtual ~ExtensionAppModelBuilder();
- virtual void PopulateApps(app_list::AppListModel* model) OVERRIDE;
+ virtual void PopulateApps(app_list::AppListModel* model) override;
private:
content::BrowserContext* browser_context_;
« no previous file with comments | « athena/extensions/extension_app_model_builder.cc ('k') | athena/extensions/shell/athena_shell_app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698