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

Unified Diff: ui/app_list/search_result_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/search_result_observer.h
diff --git a/ui/app_list/search_result_observer.h b/ui/app_list/search_result_observer.h
index 72ed4fb25d56c0fc4276b713e8cd9d32f0a539ff..41daabaf6488daadd832546630a5fc5c823fd077 100644
--- a/ui/app_list/search_result_observer.h
+++ b/ui/app_list/search_result_observer.h
@@ -33,6 +33,7 @@ class APP_LIST_EXPORT SearchResultObserver {
virtual void OnResultDestroying() {}
protected:
+ SearchResultObserver() = default;
virtual ~SearchResultObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698