| Index: views/controls/button/checkbox.h
|
| ===================================================================
|
| --- views/controls/button/checkbox.h (revision 95624)
|
| +++ views/controls/button/checkbox.h (working copy)
|
| @@ -14,7 +14,7 @@
|
|
|
| // A native themed class representing a checkbox. This class does not use
|
| // platform specific objects to replicate the native platforms looks and feel.
|
| -class VIEWS_API Checkbox : public TextButtonBase {
|
| +class VIEWS_EXPORT Checkbox : public TextButtonBase {
|
| public:
|
| // The button's class name.
|
| static const char kViewClassName[];
|
|
|