diff options
Diffstat (limited to 'ash/scoped_target_root_window.cc')
-rw-r--r-- | ash/scoped_target_root_window.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/scoped_target_root_window.cc b/ash/scoped_target_root_window.cc index c34f4c3..72adc55 100644 --- a/ash/scoped_target_root_window.cc +++ b/ash/scoped_target_root_window.cc @@ -6,7 +6,6 @@ #include "ash/shell.h" namespace ash { -namespace internal { ScopedTargetRootWindow::ScopedTargetRootWindow( aura::Window* root_window) { @@ -17,5 +16,4 @@ ScopedTargetRootWindow::~ScopedTargetRootWindow() { Shell::GetInstance()->scoped_target_root_window_ = NULL; } -} // namespace internal } // namespace ash |