Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: views/controls/button/text_button.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/button/radio_button.h ('k') | views/controls/combobox/combobox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/button/text_button.h
===================================================================
--- views/controls/button/text_button.h (revision 95624)
+++ views/controls/button/text_button.h (working copy)
@@ -31,7 +31,7 @@
// focus chain.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API TextButtonBorder : public Border {
+class VIEWS_EXPORT TextButtonBorder : public Border {
public:
TextButtonBorder();
virtual ~TextButtonBorder();
@@ -90,7 +90,7 @@
// states, with possible animation between states.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API TextButtonNativeThemeBorder : public Border {
+class VIEWS_EXPORT TextButtonNativeThemeBorder : public Border {
public:
TextButtonNativeThemeBorder(NativeThemeDelegate* delegate);
virtual ~TextButtonNativeThemeBorder();
@@ -117,8 +117,8 @@
// passed to SetText. To reset the cached max size invoke ClearMaxTextSize.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API TextButtonBase : public CustomButton,
- public NativeThemeDelegate {
+class VIEWS_EXPORT TextButtonBase : public CustomButton,
+ public NativeThemeDelegate {
public:
// The menu button's class name.
static const char kViewClassName[];
@@ -314,7 +314,7 @@
// passed to SetText. To reset the cached max size invoke ClearMaxTextSize.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API TextButton : public TextButtonBase {
+class VIEWS_EXPORT TextButton : public TextButtonBase {
public:
// The button's class name.
static const char kViewClassName[];
@@ -399,7 +399,7 @@
// like ignore-minimize-size and text alignment minimum size.
//
////////////////////////////////////////////////////////////////////////////////
-class VIEWS_API NativeTextButton : public TextButton {
+class VIEWS_EXPORT NativeTextButton : public TextButton {
public:
// The button's class name.
static const char kViewClassName[];
« no previous file with comments | « views/controls/button/radio_button.h ('k') | views/controls/combobox/combobox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698