| Index: views/widget/native_widget_gtk.h
|
| ===================================================================
|
| --- views/widget/native_widget_gtk.h (revision 95624)
|
| +++ views/widget/native_widget_gtk.h (working copy)
|
| @@ -41,9 +41,9 @@
|
| }
|
|
|
| // Widget implementation for GTK.
|
| -class VIEWS_API NativeWidgetGtk : public internal::NativeWidgetPrivate,
|
| - public ui::ActiveWindowWatcherX::Observer,
|
| - public internal::InputMethodDelegate {
|
| +class VIEWS_EXPORT NativeWidgetGtk : public internal::NativeWidgetPrivate,
|
| + public ui::ActiveWindowWatcherX::Observer,
|
| + public internal::InputMethodDelegate {
|
| public:
|
| explicit NativeWidgetGtk(internal::NativeWidgetDelegate* delegate);
|
| virtual ~NativeWidgetGtk();
|
|
|