Index: ash/wm/status_area_layout_manager.cc |
diff --git a/ash/wm/status_area_layout_manager.cc b/ash/wm/status_area_layout_manager.cc |
index d9e0424d24065900d881001e7784debcbec35ced..a1bf98ea8c8b96441459d1d8e60f971674979843 100644 |
--- a/ash/wm/status_area_layout_manager.cc |
+++ b/ash/wm/status_area_layout_manager.cc |
@@ -12,7 +12,6 @@ |
#include "ui/views/widget/widget.h" |
namespace ash { |
-namespace internal { |
//////////////////////////////////////////////////////////////////////////////// |
// StatusAreaLayoutManager, public: |
@@ -77,5 +76,4 @@ void StatusAreaLayoutManager::LayoutStatusArea() { |
shelf_->shelf_layout_manager()->LayoutShelf(); |
} |
-} // namespace internal |
} // namespace ash |