| 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 25fcdb565268bef8f9aade71c975320a96b81d7e..f677b16e830f29548be67bd6069c05ac5373ac69 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -17,12 +17,12 @@
|
| #include "ui/views/controls/image_view.h"
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/native_theme_delegate.h"
|
| +#include "ui/views/painter.h"
|
|
|
| namespace views {
|
|
|
| class InkDropContainerView;
|
| class LabelButtonBorder;
|
| -class Painter;
|
|
|
| // LabelButton is a button with text and an icon, it's not focusable by default.
|
| class VIEWS_EXPORT LabelButton : public CustomButton,
|
|
|