| Index: ash/wm/always_on_top_controller.h
|
| diff --git a/ash/wm/always_on_top_controller.h b/ash/wm/always_on_top_controller.h
|
| index 57fbf99e171a0f0277c1fd76a014bbc8579b4305..fda496a841d5173d2be6a0afdc43b71d67deb89f 100644
|
| --- a/ash/wm/always_on_top_controller.h
|
| +++ b/ash/wm/always_on_top_controller.h
|
| @@ -14,7 +14,6 @@ class Window;
|
| }
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| // AlwaysOnTopController puts window into proper containers based on its
|
| // 'AlwaysOnTop' property. That is, putting a window into the worskpace
|
| @@ -45,7 +44,6 @@ class AlwaysOnTopController : public aura::WindowObserver {
|
| DISALLOW_COPY_AND_ASSIGN(AlwaysOnTopController);
|
| };
|
|
|
| -} // namepsace internal
|
| } // namepsace ash
|
|
|
| #endif // ASH_WM_ALWAYS_ON_TOP_CONTROLLER_H_
|
|
|