diff options
Diffstat (limited to 'ash/wm/stacking_controller.cc')
-rw-r--r-- | ash/wm/stacking_controller.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/stacking_controller.cc b/ash/wm/stacking_controller.cc index 40d8f84..6433bb1 100644 --- a/ash/wm/stacking_controller.cc +++ b/ash/wm/stacking_controller.cc @@ -11,7 +11,7 @@ #include "ui/aura/root_window.h" #include "ui/aura/window.h" -namespace aura_shell { +namespace ash { namespace internal { namespace { @@ -91,4 +91,4 @@ aura::Window* StackingController::GetModalContainer( } } // namespace internal -} // namespace aura_shell +} // namespace ash |