| Index: ui/wm/core/transient_window_manager.h
|
| diff --git a/ui/wm/core/transient_window_manager.h b/ui/wm/core/transient_window_manager.h
|
| index bd4ef0275ff3c0d8619327eddf9f0925e9b3e0b8..0f84ba399713c12dc1b78ae3cff9ec4264ebbb6a 100644
|
| --- a/ui/wm/core/transient_window_manager.h
|
| +++ b/ui/wm/core/transient_window_manager.h
|
| @@ -11,8 +11,7 @@
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/wm/core/wm_core_export.h"
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| class TransientWindowObserver;
|
|
|
| @@ -98,7 +97,6 @@ class WM_CORE_EXPORT TransientWindowManager : public aura::WindowObserver {
|
| DISALLOW_COPY_AND_ASSIGN(TransientWindowManager);
|
| };
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|
| #endif // UI_WM_CORE_TRANSIENT_WINDOW_MANAGER_H_
|
|
|