Index: ash/desktop_background/desktop_background_widget_controller.cc |
diff --git a/ash/desktop_background/desktop_background_widget_controller.cc b/ash/desktop_background/desktop_background_widget_controller.cc |
index ca2fd03f817559d367c2db573c22cc8e53654d06..4a195386eabfcc2df3aa1a1575ce575bdd799d3d 100644 |
--- a/ash/desktop_background/desktop_background_widget_controller.cc |
+++ b/ash/desktop_background/desktop_background_widget_controller.cc |
@@ -15,7 +15,6 @@ |
#include "ui/views/widget/widget_observer.h" |
namespace ash { |
-namespace internal { |
namespace { |
class ShowWallpaperAnimationObserver : public ui::ImplicitAnimationObserver, |
@@ -144,5 +143,4 @@ DesktopBackgroundWidgetController* AnimatingDesktopController::GetController( |
return controller_.get(); |
} |
-} // namespace internal |
} // namespace ash |