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

Unified Diff: ui/views/controls/menu/menu_separator.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/controls/menu/menu_separator.h
diff --git a/ui/views/controls/menu/menu_separator.h b/ui/views/controls/menu/menu_separator.h
index 966e03fe9e1b7cd0ade35ffec0693a8295061587..91e325e4d2bb6fb01f96f312b1af09ae83961e76 100644
--- a/ui/views/controls/menu/menu_separator.h
+++ b/ui/views/controls/menu/menu_separator.h
@@ -15,7 +15,7 @@ class MenuItemView;
class MenuSeparator : public View {
public:
- explicit MenuSeparator(ui::MenuSeparatorType type) : type_(type) {}
+ explicit MenuSeparator(ui::MenuSeparatorType type);
// View overrides.
void OnPaint(gfx::Canvas* canvas) override;

Powered by Google App Engine
This is Rietveld 408576698