| Index: views/controls/textfield/native_textfield_views.h
|
| diff --git a/views/controls/textfield/native_textfield_views.h b/views/controls/textfield/native_textfield_views.h
|
| index 68ffbb43ac034c1d1bb4caf351acd98c78d496ae..532c8ec70ca10049e78f7c6d8a7d7b13e9e0a15c 100644
|
| --- a/views/controls/textfield/native_textfield_views.h
|
| +++ b/views/controls/textfield/native_textfield_views.h
|
| @@ -107,7 +107,7 @@ class NativeTextfieldViews : public views::View,
|
| static const char kViewClassName[];
|
|
|
| // Returns true when
|
| - // 1) built with GYP_DEFIENS="touchui=1"
|
| + // 1) built with GYP_DEFINES="touchui=1"
|
| // 2) enabled by SetEnableTextfieldViews(true)
|
| // 3) enabled by the command line flag "--enable-textfield-view".
|
| static bool IsTextfieldViewsEnabled();
|
|
|