| Index: ui/views/controls/textfield/native_textfield_wrapper.h
|
| diff --git a/ui/views/controls/textfield/native_textfield_wrapper.h b/ui/views/controls/textfield/native_textfield_wrapper.h
|
| index d619aef96615a50648302032a474e299a45450ea..ef8e8be6ccf20031d789f6f0d7c3a0501dda173a 100644
|
| --- a/ui/views/controls/textfield/native_textfield_wrapper.h
|
| +++ b/ui/views/controls/textfield/native_textfield_wrapper.h
|
| @@ -72,7 +72,7 @@ class VIEWS_EXPORT NativeTextfieldWrapper {
|
| virtual void UpdateFont() = 0;
|
|
|
| // Updates the visibility of the text in the native text field.
|
| - virtual void UpdateIsPassword() = 0;
|
| + virtual void UpdateIsObscured() = 0;
|
|
|
| // Updates the enabled state of the native text field.
|
| virtual void UpdateEnabled() = 0;
|
|
|