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

Unified Diff: content/public/browser/browser_child_process_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: content/public/browser/browser_child_process_observer.h
diff --git a/content/public/browser/browser_child_process_observer.h b/content/public/browser/browser_child_process_observer.h
index ab3b56ab0556331277c024d922272de9a4b6c822..2217f3a30b077dbea83061ff43d7dbd23273211d 100644
--- a/content/public/browser/browser_child_process_observer.h
+++ b/content/public/browser/browser_child_process_observer.h
@@ -48,6 +48,7 @@ class CONTENT_EXPORT BrowserChildProcessObserver {
const ChildProcessData& data) {}
protected:
+ BrowserChildProcessObserver() = default;
// The observer can be destroyed on any thread.
virtual ~BrowserChildProcessObserver() {}

Powered by Google App Engine
This is Rietveld 408576698