| Index: ui/base/cocoa/hover_image_button.h
|
| diff --git a/ui/base/cocoa/hover_image_button.h b/ui/base/cocoa/hover_image_button.h
|
| index d43a7fa78ac62efae735417c1c59bc5abfad43a2..a00163fb53bf4cd7e028ea1b5dee9df9e80274c9 100644
|
| --- a/ui/base/cocoa/hover_image_button.h
|
| +++ b/ui/base/cocoa/hover_image_button.h
|
| @@ -9,10 +9,10 @@
|
|
|
| #import "base/mac/scoped_nsobject.h"
|
| #import "ui/base/cocoa/hover_button.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| // A button that changes images when you hover over it and click it.
|
| -UI_EXPORT
|
| +UI_BASE_EXPORT
|
| @interface HoverImageButton : HoverButton {
|
| @private
|
| base::scoped_nsobject<NSImage> defaultImage_;
|
|
|