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 dca60c4177bcb6b35a07d88ac7a8d32cd4723819..3b9a367beac473997740c238ce15940536e2e951 100644 |
--- a/ash/system/chromeos/power/tray_power.cc |
+++ b/ash/system/chromeos/power/tray_power.cc |
@@ -236,7 +236,7 @@ void TrayPower::OnPowerStatusChanged() { |
notification_view_->UpdateStatus(); |
// Factory testing may place the battery into unusual states. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
ash::switches::kAshHideNotificationsForFactory)) |
return; |