Index: ui/aura_shell/shell_factory.h |
=================================================================== |
--- ui/aura_shell/shell_factory.h (revision 110305) |
+++ ui/aura_shell/shell_factory.h (working copy) |
@@ -6,6 +6,8 @@ |
#define UI_AURA_SHELL_SHELL_FACTORY_H_ |
#pragma once |
+#include "ui/aura_shell/aura_shell_export.h" |
+ |
namespace views { |
class Widget; |
} |
@@ -14,13 +16,9 @@ |
namespace aura_shell { |
-namespace examples { |
-void InitWindowTypeLauncher(); |
-} // namespace examples |
- |
namespace internal { |
views::Widget* CreateDesktopBackground(); |
-views::Widget* CreateStatusArea(); |
+AURA_SHELL_EXPORT views::Widget* CreateStatusArea(); |
} // namespace internal |
} // namespace aura_shell |