Index: ash/system/power/tray_power.h |
diff --git a/ash/system/power/tray_power.h b/ash/system/power/tray_power.h |
index 91ebf74b99402b671a3c785d19c34e7b8cdc9a20..7e6af7101685068aee02f0655e198b3d35417045 100644 |
--- a/ash/system/power/tray_power.h |
+++ b/ash/system/power/tray_power.h |
@@ -15,6 +15,9 @@ class ImageSkia; |
} |
namespace ash { |
+ |
+class SystemTray; |
+ |
namespace internal { |
namespace tray { |
@@ -30,7 +33,7 @@ enum IconSet { |
class TrayPower : public SystemTrayItem, |
public PowerStatusObserver { |
public: |
- TrayPower(); |
+ explicit TrayPower(SystemTray* system_tray); |
virtual ~TrayPower(); |
// Gets the icon index in the battery icon array image based on |