| Index: ash/system/tray/tray_details_view.cc
|
| diff --git a/ash/system/tray/tray_details_view.cc b/ash/system/tray/tray_details_view.cc
|
| index 1d8e3d8d30b84b1d1f3b34b9d9e7411751859ef6..1e439a3f0671e8bc3813fc23ed4fdfa1805e9919 100644
|
| --- a/ash/system/tray/tray_details_view.cc
|
| +++ b/ash/system/tray/tray_details_view.cc
|
| @@ -15,7 +15,6 @@
|
| #include "ui/views/layout/box_layout.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| class ScrollSeparator : public views::View {
|
| public:
|
| @@ -161,5 +160,4 @@ void TrayDetailsView::OnPaintBorder(gfx::Canvas* canvas) {
|
| views::View::OnPaintBorder(canvas);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|