| Index: ash/desktop_background/desktop_background_view.cc
|
| diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc
|
| index b0e3149aeec6d1596ef878d43f8c0aff1d12079c..1250279050e932d0e283f95e45f486284f4abc26 100644
|
| --- a/ash/desktop_background/desktop_background_view.cc
|
| +++ b/ash/desktop_background/desktop_background_view.cc
|
| @@ -28,7 +28,6 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| namespace {
|
|
|
| // For our scaling ratios we need to round positive numbers.
|
| @@ -224,5 +223,4 @@ views::Widget* CreateDesktopBackground(aura::Window* root_window,
|
| return desktop_widget;
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|