| Index: ui/aura_shell/desktop_layout_manager.h
|
| diff --git a/ui/aura_shell/desktop_layout_manager.h b/ui/aura_shell/desktop_layout_manager.h
|
| index 9afc89a61312c7cead2d36b9cf3c02250f197d5d..28e1f0245b58fff9754a7f16021c8e7d21e2c654 100644
|
| --- a/ui/aura_shell/desktop_layout_manager.h
|
| +++ b/ui/aura_shell/desktop_layout_manager.h
|
| @@ -22,7 +22,7 @@ namespace internal {
|
|
|
| // A layout manager for the root window.
|
| // Resizes all of its immediate children to fill the bounds of the root window.
|
| -class AURA_SHELL_EXPORT DesktopLayoutManager : public aura::LayoutManager {
|
| +class DesktopLayoutManager : public aura::LayoutManager {
|
| public:
|
| explicit DesktopLayoutManager(aura::Window* owner);
|
| virtual ~DesktopLayoutManager();
|
|
|