summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/tray_empty.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/tray_empty.h')
-rw-r--r--ash/system/tray/tray_empty.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/system/tray/tray_empty.h b/ash/system/tray/tray_empty.h
index a7575cf..c4be08c 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_