Index: ash/scoped_target_root_window.cc |
diff --git a/ash/scoped_target_root_window.cc b/ash/scoped_target_root_window.cc |
index c34f4c321352555639a06643f757671b7a6f5186..72adc555f225aed7adeb493740de7511899d2c36 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 |