| Index: ash/system/tray/tray_empty.h
|
| diff --git a/ash/system/tray/tray_empty.h b/ash/system/tray/tray_empty.h
|
| index a7575cf46e3e73793ee080528fadfeddc3f32a42..c4be08ca7b209c800ac590b9ec85656892267d95 100644
|
| --- a/ash/system/tray/tray_empty.h
|
| +++ b/ash/system/tray/tray_empty.h
|
| @@ -8,7 +8,6 @@
|
| #include "ash/system/tray/system_tray_item.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| class TrayEmpty : public SystemTrayItem {
|
| public:
|
| @@ -28,7 +27,6 @@ class TrayEmpty : public SystemTrayItem {
|
| DISALLOW_COPY_AND_ASSIGN(TrayEmpty);
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_SYSTEM_TRAY_TRAY_EMPTY_H_
|
|
|