| Index: views/controls/textfield/textfield.cc
|
| ===================================================================
|
| --- views/controls/textfield/textfield.cc (revision 86083)
|
| +++ views/controls/textfield/textfield.cc (working copy)
|
| @@ -55,7 +55,7 @@
|
| initialized_(false),
|
| horizontal_margins_were_set_(false),
|
| vertical_margins_were_set_(false) {
|
| - SetFocusable(true);
|
| + set_focusable(true);
|
| }
|
|
|
| Textfield::Textfield(StyleFlags style)
|
| @@ -73,7 +73,7 @@
|
| initialized_(false),
|
| horizontal_margins_were_set_(false),
|
| vertical_margins_were_set_(false) {
|
| - SetFocusable(true);
|
| + set_focusable(true);
|
| }
|
|
|
| Textfield::~Textfield() {
|
|
|