OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef ASH_SYSTEM_POWER_TRAY_POWER_H_ | 5 #ifndef ASH_SYSTEM_POWER_TRAY_POWER_H_ |
6 #define ASH_SYSTEM_POWER_TRAY_POWER_H_ | 6 #define ASH_SYSTEM_POWER_TRAY_POWER_H_ |
7 #pragma once | |
8 | 7 |
9 #include "ash/system/power/power_status_observer.h" | 8 #include "ash/system/power/power_status_observer.h" |
10 #include "ash/system/tray/system_tray_item.h" | 9 #include "ash/system/tray/system_tray_item.h" |
11 | 10 |
12 class SkBitmap; | 11 class SkBitmap; |
13 | 12 |
14 namespace gfx { | 13 namespace gfx { |
15 class ImageSkia; | 14 class ImageSkia; |
16 } | 15 } |
17 | 16 |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 tray::PowerNotificationView* notification_view_; | 63 tray::PowerNotificationView* notification_view_; |
65 NotificationState notification_state_; | 64 NotificationState notification_state_; |
66 | 65 |
67 DISALLOW_COPY_AND_ASSIGN(TrayPower); | 66 DISALLOW_COPY_AND_ASSIGN(TrayPower); |
68 }; | 67 }; |
69 | 68 |
70 } // namespace internal | 69 } // namespace internal |
71 } // namespace ash | 70 } // namespace ash |
72 | 71 |
73 #endif // ASH_SYSTEM_POWER_TRAY_POWER_H_ | 72 #endif // ASH_SYSTEM_POWER_TRAY_POWER_H_ |
OLD | NEW |