Index: views/controls/progress_bar.h |
diff --git a/views/controls/progress_bar.h b/views/controls/progress_bar.h |
index 43665190b202c68f7e37f0f6588ee90609e35ca7..c356155a54e6701c2d0fdfa51ec4da0631bd3500 100644 |
--- a/views/controls/progress_bar.h |
+++ b/views/controls/progress_bar.h |
@@ -56,7 +56,7 @@ class ProgressBar : public View { |
OVERRIDE; |
// Sets the enabled state. |
- virtual void SetEnabled(bool enabled) OVERRIDE; |
+ virtual void OnEnabledChanged() OVERRIDE; |
// Accessibility accessors, overridden from View. |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |