| Index: ash/system/power/power_status_observer.h
|
| diff --git a/ash/system/power/power_status_observer.h b/ash/system/power/power_status_observer.h
|
| index 725d38878fd7b6ebff644e0f9e3502abae36b668..3a4b1b4456d101d93c7f7dc8130b632cabc74180 100644
|
| --- a/ash/system/power/power_status_observer.h
|
| +++ b/ash/system/power/power_status_observer.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef ASH_SYSTEM_POWER_POWER_STATUS_OBSERVER_H_
|
| #define ASH_SYSTEM_POWER_POWER_STATUS_OBSERVER_H_
|
|
|
| -namespace ash {
|
| +#include "ash/system/power/power_supply_status.h"
|
|
|
| -struct PowerSupplyStatus;
|
| +namespace ash {
|
|
|
| class PowerStatusObserver {
|
| public:
|
|
|