| Index: ui/wm/core/transient_window_controller.cc
|
| diff --git a/ui/wm/core/transient_window_controller.cc b/ui/wm/core/transient_window_controller.cc
|
| index c0fbce1b96aa808367dad89ba474a173a33f1fb2..bb1945c09b2e89e75fe20f54ba3e618cfe39f034 100644
|
| --- a/ui/wm/core/transient_window_controller.cc
|
| +++ b/ui/wm/core/transient_window_controller.cc
|
| @@ -6,8 +6,7 @@
|
|
|
| #include "ui/wm/core/transient_window_manager.h"
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| TransientWindowController::TransientWindowController() {
|
| }
|
| @@ -38,5 +37,4 @@ const aura::Window* TransientWindowController::GetTransientParent(
|
| return window_manager ? window_manager->transient_parent() : NULL;
|
| }
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|