summaryrefslogtreecommitdiffstats
path: root/views/controls/textfield/native_textfield_win.h
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-10 16:48:58 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-10 16:48:58 +0000
commit8050ca9e629f560af14653566de54a12dc2bcc78 (patch)
tree7a260a343229527e5a958d52f2d81d89da4610d7 /views/controls/textfield/native_textfield_win.h
parent94cf539833e4c68c2a2ceaf59443a6cdc0cc684d (diff)
downloadchromium_src-8050ca9e629f560af14653566de54a12dc2bcc78.zip
chromium_src-8050ca9e629f560af14653566de54a12dc2bcc78.tar.gz
chromium_src-8050ca9e629f560af14653566de54a12dc2bcc78.tar.bz2
Remove wstring from views. Part 1: Switch member variables to string16.
BUG=68267 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/controls/textfield/native_textfield_win.h')
-rw-r--r--views/controls/textfield/native_textfield_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/textfield/native_textfield_win.h b/views/controls/textfield/native_textfield_win.h
index 35baa2c..bfe0c8e 100644
--- a/views/controls/textfield/native_textfield_win.h
+++ b/views/controls/textfield/native_textfield_win.h
@@ -226,7 +226,7 @@ class NativeTextfieldWin
bool can_discard_mousemove_;
// The text of this control before a possible change.
- std::wstring text_before_change_;
+ string16 text_before_change_;
// If true, the mouse is over the edit.
bool contains_mouse_;