summaryrefslogtreecommitdiffstats
path: root/ash/desktop_background/desktop_background_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/desktop_background/desktop_background_view.h')
-rw-r--r--ash/desktop_background/desktop_background_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/desktop_background/desktop_background_view.h b/ash/desktop_background/desktop_background_view.h
index 8f8912b..6af6583 100644
--- a/ash/desktop_background/desktop_background_view.h
+++ b/ash/desktop_background/desktop_background_view.h
@@ -10,7 +10,7 @@
#include "ui/views/view.h"
#include "ui/views/widget/widget_delegate.h"
-namespace aura_shell {
+namespace ash {
namespace internal {
class DesktopBackgroundView : public views::WidgetDelegateView {
@@ -30,6 +30,6 @@ class DesktopBackgroundView : public views::WidgetDelegateView {
};
} // namespace internal
-} // namespace aura_shell
+} // namespace ash
#endif // ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_