| Index: ash/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/system/chromeos/power/tray_power.cc
|
| index 4972a12b228c4b7385c31646cca1e5b5024f0cc8..aef67a22e2c002b6129096a9f70ef1539552ee8e 100644
|
| --- a/ash/system/chromeos/power/tray_power.cc
|
| +++ b/ash/system/chromeos/power/tray_power.cc
|
| @@ -172,7 +172,7 @@ views::View* TrayPower::CreateTrayView(LoginStatus status) {
|
| }
|
|
|
| views::View* TrayPower::CreateDefaultView(LoginStatus status) {
|
| - // Make sure icon status is up-to-date. (Also triggers stub activation).
|
| + // Make sure icon status is up to date. (Also triggers stub activation).
|
| PowerStatus::Get()->RequestStatusUpdate();
|
| return NULL;
|
| }
|
|
|