| Index: ui/wm/core/transient_window_stacking_client.h
|
| diff --git a/ui/wm/core/transient_window_stacking_client.h b/ui/wm/core/transient_window_stacking_client.h
|
| index 8384b3f149efefa76ce0f64643fda51ff1c034e1..5641a2241c0bb2028eaa3fe1768dfb9f2bfee98a 100644
|
| --- a/ui/wm/core/transient_window_stacking_client.h
|
| +++ b/ui/wm/core/transient_window_stacking_client.h
|
| @@ -8,8 +8,7 @@
|
| #include "ui/aura/client/window_stacking_client.h"
|
| #include "ui/wm/core/wm_core_export.h"
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| class TransientWindowManager;
|
|
|
| @@ -33,7 +32,6 @@ class WM_CORE_EXPORT TransientWindowStackingClient
|
| DISALLOW_COPY_AND_ASSIGN(TransientWindowStackingClient);
|
| };
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|
| #endif // UI_WM_CORE_TRANSIENT_WINDOW_STACKING_CLIENT_H_
|
|
|