| Index: views/widget/native_widget_views.h
|
| ===================================================================
|
| --- views/widget/native_widget_views.h (revision 95624)
|
| +++ views/widget/native_widget_views.h (working copy)
|
| @@ -23,8 +23,8 @@
|
| //
|
| // A NativeWidget implementation that uses another View as its native widget.
|
| //
|
| -class VIEWS_API NativeWidgetViews : public internal::NativeWidgetPrivate,
|
| - public internal::InputMethodDelegate {
|
| +class VIEWS_EXPORT NativeWidgetViews : public internal::NativeWidgetPrivate,
|
| + public internal::InputMethodDelegate {
|
| public:
|
| explicit NativeWidgetViews(internal::NativeWidgetDelegate* delegate);
|
| virtual ~NativeWidgetViews();
|
|
|