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

Unified Diff: athena/extensions/extension_app_model_builder.cc

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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/extension_app_model_builder.cc
diff --git a/athena/extensions/extension_app_model_builder.cc b/athena/extensions/extension_app_model_builder.cc
index 88d89f1ccf821c76cb4b178fcee36daedc347d49..e043ef25e07b3add1b3e910442ead7579d3af13c 100644
--- a/athena/extensions/extension_app_model_builder.cc
+++ b/athena/extensions/extension_app_model_builder.cc
@@ -52,7 +52,7 @@ class AppItem : public app_list::AppListItem {
private:
// Overridden from app_list::AppListItem:
- virtual void Activate(int event_flags) override {
+ void Activate(int event_flags) override {
ExtensionsDelegate::Get(browser_context_)->LaunchApp(extension_->id());
}
« no previous file with comments | « athena/extensions/chrome/extensions_delegate_impl.cc ('k') | athena/extensions/public/extension_app_model_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698