| Index: views/controls/textfield/textfield.h
|
| diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
|
| index 9ef871198e53274129b4fdda94204ed98ecc2207..a07b6f1e86528da5d419da825ed3c267e56e53bc 100644
|
| --- a/views/controls/textfield/textfield.h
|
| +++ b/views/controls/textfield/textfield.h
|
| @@ -207,7 +207,7 @@ class Textfield : public View {
|
| virtual bool IsFocusable() const OVERRIDE;
|
| virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE;
|
| virtual bool SkipDefaultKeyEventProcessing(const KeyEvent& e) OVERRIDE;
|
| - virtual void SetEnabled(bool enabled) OVERRIDE;
|
| + virtual void OnEnabledChanged() OVERRIDE;
|
| virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
|
| virtual bool OnKeyPressed(const views::KeyEvent& e) OVERRIDE;
|
|
|