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

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: 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 411c8b8690b5ccfacf79a235881049a1dd1d7026..444c5e11a2a484f2f25d3e2a8aa6542612dd6466 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());
}

Powered by Google App Engine
This is Rietveld 408576698