Index: aura/window.h |
diff --git a/aura/window.h b/aura/window.h |
index 5ebfb1a288bbbd3818388a4b5882fa6643a2abba..d5d6e659a8f4203cbf5e34bca9293ed70789781d 100644 |
--- a/aura/window.h |
+++ b/aura/window.h |
@@ -8,6 +8,7 @@ |
#include <vector> |
+#include "aura/aura_export.h" |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "ui/gfx/compositor/layer_delegate.h" |
@@ -35,7 +36,7 @@ class FocusManager; |
// Aura window implementation. Interesting events are sent to the |
// WindowDelegate. |
// TODO(beng): resolve ownership. |
-class Window : public ui::LayerDelegate { |
+class AURA_EXPORT Window : public ui::LayerDelegate { |
public: |
enum Visibility { |
// Don't display the window onscreen and don't let it receive mouse |