| Index: views/controls/textfield/textfield.h
|
| diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
|
| index 9ef871198e53274129b4fdda94204ed98ecc2207..d9255c9f2a2339931bc105c0e06bf9810d1e6d23 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(bool enabled) OVERRIDE;
|
| virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
|
| virtual bool OnKeyPressed(const views::KeyEvent& e) OVERRIDE;
|
|
|