Index: views/widget/widget.h |
=================================================================== |
--- views/widget/widget.h (revision 95624) |
+++ views/widget/widget.h (working copy) |
@@ -87,8 +87,8 @@ |
// the Widget it is responsible for destroying the NativeWidget (from its |
// destructor). |
// |
-class VIEWS_API Widget : public internal::NativeWidgetDelegate, |
- public FocusTraversable { |
+class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
+ public FocusTraversable { |
public: |
// Observers can listen to various events on the Widgets. |
class Observer { |
@@ -106,7 +106,7 @@ |
FRAME_TYPE_FORCE_NATIVE // Force the native frame. |
}; |
- struct VIEWS_API InitParams { |
+ struct VIEWS_EXPORT InitParams { |
enum Type { |
TYPE_WINDOW, // A decorated Window, like a frame window. |
// Widgets of TYPE_WINDOW will have a NonClientView. |