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

Unified Diff: ui/views/controls/textfield/textfield_controller.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/textfield/textfield_controller.h
diff --git a/ui/views/controls/textfield/textfield_controller.h b/ui/views/controls/textfield/textfield_controller.h
index 7dcffb9648ada99292c4cdb40132528b05cf877a..4df46e9117e8d30ddba0bf3fcdb4f273c5b713b7 100644
--- a/ui/views/controls/textfield/textfield_controller.h
+++ b/ui/views/controls/textfield/textfield_controller.h
@@ -80,6 +80,7 @@ class VIEWS_EXPORT TextfieldController {
virtual void UpdateContextMenu(ui::SimpleMenuModel* menu_contents) {}
protected:
+ TextfieldController() = default;
virtual ~TextfieldController() {}
};

Powered by Google App Engine
This is Rietveld 408576698