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

Unified Diff: views/examples/textfield_example.cc

Issue 6628037: views: Moves TextfieldController/TextRange into their own headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a typo Created 9 years, 9 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
Index: views/examples/textfield_example.cc
diff --git a/views/examples/textfield_example.cc b/views/examples/textfield_example.cc
index 3266e56b2543982c3cbc827683e1f5e8adbeb4c4..61a3175dde492741aef683f1e0a0fba0bc07c29c 100644
--- a/views/examples/textfield_example.cc
+++ b/views/examples/textfield_example.cc
@@ -6,6 +6,7 @@
#include "base/utf_string_conversions.h"
#include "views/controls/label.h"
+#include "views/controls/textfield/textfield.h"
#include "views/layout/grid_layout.h"
#include "views/view.h"

Powered by Google App Engine
This is Rietveld 408576698