Index: ash/desktop_background/desktop_background_view.h |
diff --git a/ash/desktop_background/desktop_background_view.h b/ash/desktop_background/desktop_background_view.h |
index dbd33206fb2cf5fb9b92e97a92788cc9b4b9f6d7..c25f9d9bff9acdb5850c09178729dab069ff6a65 100644 |
--- a/ash/desktop_background/desktop_background_view.h |
+++ b/ash/desktop_background/desktop_background_view.h |
@@ -10,7 +10,6 @@ |
#include "ui/views/view.h" |
namespace ash { |
-namespace internal { |
class DesktopBackgroundView : public views::View, |
public views::ContextMenuController { |
@@ -31,7 +30,6 @@ class DesktopBackgroundView : public views::View, |
DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView); |
}; |
-} // namespace internal |
} // namespace ash |
#endif // ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_ |