Index: ash/wm/system_background_controller.cc |
diff --git a/ash/wm/system_background_controller.cc b/ash/wm/system_background_controller.cc |
index 7e4054e1378ca570c3b3ed749d94c36b8b722edb..86ec63df2d9b519ec8bad1cbfa2a355c830d5324 100644 |
--- a/ash/wm/system_background_controller.cc |
+++ b/ash/wm/system_background_controller.cc |
@@ -9,7 +9,6 @@ |
#include "ui/compositor/layer_type.h" |
namespace ash { |
-namespace internal { |
SystemBackgroundController::SystemBackgroundController( |
aura::Window* root_window, |
@@ -41,5 +40,4 @@ void SystemBackgroundController::OnWindowBoundsChanged( |
layer_->SetBounds(gfx::Rect(root_window_->layer()->bounds().size())); |
} |
-} // namespace internal |
} // namespace ash |