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

Unified Diff: ui/views/controls/textfield/native_textfield_views.cc

Issue 16922010: Rewrite scoped_ptr<T>(NULL) to use the default ctor in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months 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
« no previous file with comments | « ui/views/controls/scrollbar/scrollbar_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/native_textfield_views.cc
diff --git a/ui/views/controls/textfield/native_textfield_views.cc b/ui/views/controls/textfield/native_textfield_views.cc
index f8ecb491e83456e96fd50e19b42ed7cd8ffb4fd8..b6b0d0947b456e45c58baabf5ddfd5f66a9106f1 100644
--- a/ui/views/controls/textfield/native_textfield_views.cc
+++ b/ui/views/controls/textfield/native_textfield_views.cc
@@ -83,8 +83,7 @@ NativeTextfieldViews::NativeTextfieldViews(Textfield* parent)
skip_input_method_cancel_composition_(false),
initiating_drag_(false),
cursor_timer_(this),
- aggregated_clicks_(0),
- touch_selection_controller_(NULL) {
+ aggregated_clicks_(0) {
set_border(text_border_);
#if defined(OS_CHROMEOS)
« no previous file with comments | « ui/views/controls/scrollbar/scrollbar_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698