diff options
Diffstat (limited to 'ash/system/tray/system_tray_bubble.h')
-rw-r--r-- | ash/system/tray/system_tray_bubble.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h index a8f576e..ece879c 100644 --- a/ash/system/tray/system_tray_bubble.h +++ b/ash/system/tray/system_tray_bubble.h @@ -14,12 +14,9 @@ #include <vector> namespace ash { - class SystemTray; class SystemTrayItem; -namespace internal { - class SystemTrayBubble { public: enum BubbleType { @@ -76,7 +73,6 @@ class SystemTrayBubble { DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble); }; -} // namespace internal } // namespace ash #endif // ASH_SYSTEM_TRAY_SYSTEM_TRAY_BUBBLE_H_ |