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 d73f89344347dff8773f7aee1df4e51dfd4845aa..28882b83c873a5e809a28a6314e9c6097a04c75a 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; |