diff options
Diffstat (limited to 'ash/wm/toplevel_layout_manager.h')
-rw-r--r-- | ash/wm/toplevel_layout_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/toplevel_layout_manager.h b/ash/wm/toplevel_layout_manager.h index f7138ad..27aa7ac 100644 --- a/ash/wm/toplevel_layout_manager.h +++ b/ash/wm/toplevel_layout_manager.h @@ -14,7 +14,7 @@ #include "ui/aura/window_observer.h" #include "ash/ash_export.h" -namespace aura_shell { +namespace ash { namespace internal { class ShelfLayoutManager; @@ -61,7 +61,7 @@ class ASH_EXPORT ToplevelLayoutManager : public aura::LayoutManager, DISALLOW_COPY_AND_ASSIGN(ToplevelLayoutManager); }; -} // namespace aura_shell +} // namespace ash } // namespace internal #endif // ASH_WM_TOPLEVEL_LAYOUT_MANAGER_H_ |