diff options
Diffstat (limited to 'ash/wm/always_on_top_controller.cc')
-rw-r--r-- | ash/wm/always_on_top_controller.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/always_on_top_controller.cc b/ash/wm/always_on_top_controller.cc index fcf160b..da0b2c6d 100644 --- a/ash/wm/always_on_top_controller.cc +++ b/ash/wm/always_on_top_controller.cc @@ -7,7 +7,7 @@ #include "ui/aura/client/aura_constants.h" #include "ui/aura/window.h" -namespace aura_shell { +namespace ash { namespace internal { AlwaysOnTopController::AlwaysOnTopController() @@ -76,4 +76,4 @@ void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) { } } // namespace internal -} // namespace aura_shell +} // namespace ash |