| Index: ash/common/system/chromeos/power/power_status.cc
|
| diff --git a/ash/common/system/chromeos/power/power_status.cc b/ash/common/system/chromeos/power/power_status.cc
|
| index f7356e149a75ccf04f1d847f7e42d841b4532045..527ddf6c19b1b9780a29f97a685f7994b6b8f820 100644
|
| --- a/ash/common/system/chromeos/power/power_status.cc
|
| +++ b/ash/common/system/chromeos/power/power_status.cc
|
| @@ -194,7 +194,8 @@ bool PowerStatus::IsInitialized() {
|
|
|
| // static
|
| PowerStatus* PowerStatus::Get() {
|
| - CHECK(g_power_status) << "PowerStatus::Get() called before Initialize().";
|
| + // PowerStatus::Get() called before Initialize().
|
| + CHECK(g_power_status);
|
| return g_power_status;
|
| }
|
|
|
|
|