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

Unified Diff: ui/views/widget/widget_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/views/widget/widget_observer.h
diff --git a/ui/views/widget/widget_observer.h b/ui/views/widget/widget_observer.h
index 2cad7142e2584eb592c64f4c138a7d707d1c5452..691da84e278ed80167356059627ecbde819439f2 100644
--- a/ui/views/widget/widget_observer.h
+++ b/ui/views/widget/widget_observer.h
@@ -47,6 +47,7 @@ class VIEWS_EXPORT WidgetObserver {
const gfx::Rect& new_bounds) {}
protected:
+ WidgetObserver() = default;
virtual ~WidgetObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698