| Index: ui/views/controls/button/image_button.h
|
| diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h
|
| index 13116f3c6c36cbcee13dda472cdec1829db1b0d3..f4260caecd6789fd73d3f12e83f7f0e5a3a27c21 100644
|
| --- a/ui/views/controls/button/image_button.h
|
| +++ b/ui/views/controls/button/image_button.h
|
| @@ -23,7 +23,7 @@ class VIEWS_EXPORT ImageButton : public CustomButton {
|
| virtual ~ImageButton();
|
|
|
| // Set the image the button should use for the provided state.
|
| - virtual void SetImage(ButtonState aState, const SkBitmap* anImage);
|
| + virtual void SetImage(ButtonState state, const SkBitmap* image);
|
|
|
| // Set the background details.
|
| void SetBackground(SkColor color,
|
|
|