summaryrefslogtreecommitdiffstats
path: root/chromium/ui/base/cocoa/hover_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/cocoa/hover_button.h')
-rw-r--r--chromium/ui/base/cocoa/hover_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/base/cocoa/hover_button.h b/chromium/ui/base/cocoa/hover_button.h
index 4040c2c29fe..7a0e156660c 100644
--- a/chromium/ui/base/cocoa/hover_button.h
+++ b/chromium/ui/base/cocoa/hover_button.h
@@ -8,10 +8,10 @@
#import <Cocoa/Cocoa.h>
#import "ui/base/cocoa/tracking_area.h"
-#import "ui/base/ui_export.h"
+#import "ui/base/ui_base_export.h"
// A button that changes when you hover over it and click it.
-UI_EXPORT
+UI_BASE_EXPORT
@interface HoverButton : NSButton {
@protected
// Enumeration of the hover states that the close button can be in at any one