| Index: ash/wm/always_on_top_controller.h
|
| ===================================================================
|
| --- ash/wm/always_on_top_controller.h (revision 115744)
|
| +++ ash/wm/always_on_top_controller.h (working copy)
|
| @@ -14,7 +14,7 @@
|
| class Window;
|
| }
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
| namespace internal {
|
|
|
| // AlwaysOnTopController puts window into proper containers based on its
|
| @@ -48,7 +48,7 @@
|
| DISALLOW_COPY_AND_ASSIGN(AlwaysOnTopController);
|
| };
|
|
|
| -} // namepsace aura_shell
|
| } // namepsace internal
|
| +} // namepsace ash
|
|
|
| #endif // ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|