| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index b9a73f23b61490768025527a6eabe467ad9e7d0e..cf461747e99299bb4c2011434aa0ac053e3742c5 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -97,7 +97,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
|
|
| // Creates the default border for this button. This can be overridden by
|
| // subclasses or by LinuxUI.
|
| - virtual scoped_ptr<Border> CreateDefaultBorder() const;
|
| + virtual scoped_ptr<LabelButtonBorder> CreateDefaultBorder() const;
|
|
|
| // Updates the image view to contain the appropriate button state image.
|
| void UpdateImage();
|
|
|