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

Unified Diff: ui/app_list/app_list_model_observer.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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: ui/app_list/app_list_model_observer.h
diff --git a/ui/app_list/app_list_model_observer.h b/ui/app_list/app_list_model_observer.h
index 09cccc0e75531c8daf4925962e3677f114af5a5b..2b95532d45a489153cd7fbfc3b1aaef3c81c9989 100644
--- a/ui/app_list/app_list_model_observer.h
+++ b/ui/app_list/app_list_model_observer.h
@@ -40,6 +40,7 @@ class APP_LIST_EXPORT AppListModelObserver {
virtual void OnSearchEngineIsGoogleChanged(bool is_google) {}
protected:
+ AppListModelObserver() = default;
virtual ~AppListModelObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698