| Index: ash/system/tray/special_popup_row.cc
|
| diff --git a/ash/system/tray/special_popup_row.cc b/ash/system/tray/special_popup_row.cc
|
| index f8887c3feef2860fa766393547951a6193c809c1..0f6899d38f2ed1f3417abc44332855b45356e01d 100644
|
| --- a/ash/system/tray/special_popup_row.cc
|
| +++ b/ash/system/tray/special_popup_row.cc
|
| @@ -19,8 +19,6 @@
|
| #include "ui/views/painter.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| const int kIconPaddingLeft = 5;
|
| @@ -130,5 +128,4 @@ void SpecialPopupRow::Layout() {
|
| content_->SetBoundsRect(bounds);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|