diff options
Diffstat (limited to 'ash/wm/modal_container_layout_manager.cc')
-rw-r--r-- | ash/wm/modal_container_layout_manager.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/wm/modal_container_layout_manager.cc b/ash/wm/modal_container_layout_manager.cc index 7255a5e..589305e 100644 --- a/ash/wm/modal_container_layout_manager.cc +++ b/ash/wm/modal_container_layout_manager.cc @@ -18,7 +18,7 @@ #include "ui/views/view.h" #include "ui/views/widget/widget.h" -namespace aura_shell { +namespace ash { namespace internal { namespace { @@ -146,7 +146,7 @@ void ModalContainerLayoutManager::RemoveModalWindow(aura::Window* window) { if (modal_windows_.empty()) HideModalScreen(); else - aura_shell::ActivateWindow(modal_window()); + ash::ActivateWindow(modal_window()); } void ModalContainerLayoutManager::CreateModalScreen() { @@ -187,4 +187,4 @@ void ModalContainerLayoutManager::HideModalScreen() { } } // namespace internal -} // namespace aura_shell +} // namespace ash |