Index: ash/wm/power_button_controller.cc |
diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc |
index 6d94c361699ee5dea61ee4365162e66ea7a90b2b..615f2bce9fd3650148376a3c3c1aa8600fc96cdd 100644 |
--- a/ash/wm/power_button_controller.cc |
+++ b/ash/wm/power_button_controller.cc |
@@ -27,9 +27,9 @@ PowerButtonController::PowerButtonController( |
brightness_is_zero_(false), |
internal_display_off_and_external_display_on_(false), |
has_legacy_power_button_( |
- CommandLine::ForCurrentProcess()->HasSwitch( |
+ base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kAuraLegacyPowerButton)), |
- enable_quick_lock_(CommandLine::ForCurrentProcess()->HasSwitch( |
+ enable_quick_lock_(base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kAshEnablePowerButtonQuickLock)), |
controller_(controller) { |
#if defined(OS_CHROMEOS) |