Chromium Code Reviews| Index: views/controls/native_control.h |
| =================================================================== |
| --- views/controls/native_control.h (revision 95624) |
| +++ views/controls/native_control.h (working copy) |
| @@ -23,7 +23,7 @@ |
| // wrap a new kind of control |
| // |
| //////////////////////////////////////////////////////////////////////////////// |
| -class VIEWS_API NativeControl : public View { |
| +class VIEWS_EXPORT NativeControl : public View { |
| public: |
| enum Alignment { |
| LEADING = 0, |