summaryrefslogtreecommitdiffstats
path: root/views/controls/button/custom_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/custom_button.h')
-rw-r--r--views/controls/button/custom_button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h
index ce45405..ac1a79e 100644
--- a/views/controls/button/custom_button.h
+++ b/views/controls/button/custom_button.h
@@ -20,8 +20,8 @@ namespace views {
// Note that this type of button is not focusable by default and will not be
// part of the focus chain. Call set_focusable(true) to make it part of the
// focus chain.
-class VIEWS_API CustomButton : public Button,
- public ui::AnimationDelegate {
+class VIEWS_EXPORT CustomButton : public Button,
+ public ui::AnimationDelegate {
public:
// The menu button's class name.
static const char kViewClassName[];