| Index: views/controls/button/native_button.h
|
| diff --git a/views/controls/button/native_button.h b/views/controls/button/native_button.h
|
| index 019bb77f48f77e16c545f606fd3bdb5418cbb016..82c7f653b900022a7ee1a26d792aaca36ce9de0c 100644
|
| --- a/views/controls/button/native_button.h
|
| +++ b/views/controls/button/native_button.h
|
| @@ -58,7 +58,7 @@ class NativeButtonBase : public Button {
|
| // Overridden from View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| - virtual void SetEnabled(bool flag) OVERRIDE;
|
| + virtual void OnEnabledChanged(bool enabled) OVERRIDE;
|
| virtual void OnFocus() OVERRIDE;
|
| virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
|
|
|
|
|