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