| Index: ash/system/tray/tray_bar_button_with_title.cc
|
| diff --git a/ash/system/tray/tray_bar_button_with_title.cc b/ash/system/tray/tray_bar_button_with_title.cc
|
| index 0fd94d848926720448c8634c59bb4c32203af159..a292a55b99859dea3ba27d9ef20d9a8b2c4e9388 100644
|
| --- a/ash/system/tray/tray_bar_button_with_title.cc
|
| +++ b/ash/system/tray/tray_bar_button_with_title.cc
|
| @@ -13,8 +13,6 @@
|
| #include "ui/views/painter.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| const int kBarImagesActive[] = {
|
| @@ -109,5 +107,4 @@ void TrayBarButtonWithTitle::Layout() {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|