| Index: views/controls/native/native_view_host.h
|
| ===================================================================
|
| --- views/controls/native/native_view_host.h (revision 95624)
|
| +++ views/controls/native/native_view_host.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| // kept in sync with the bounds of this view as it is moved and sized.
|
| // Under the hood, a platform-specific NativeViewHostWrapper implementation does
|
| // the platform-specific work of manipulating the underlying OS widget type.
|
| -class VIEWS_API NativeViewHost : public View {
|
| +class VIEWS_EXPORT NativeViewHost : public View {
|
| public:
|
| // The NativeViewHost's class name.
|
| static const char kViewClassName[];
|
|
|