Chromium Code Reviews| Index: views/window/native_frame_view.h |
| =================================================================== |
| --- views/window/native_frame_view.h (revision 95624) |
| +++ views/window/native_frame_view.h (working copy) |
| @@ -12,7 +12,7 @@ |
| class Widget; |
| -class VIEWS_API NativeFrameView : public NonClientFrameView { |
| +class VIEWS_EXPORT NativeFrameView : public NonClientFrameView { |
| public: |
| explicit NativeFrameView(Widget* frame); |
| virtual ~NativeFrameView(); |