| Index: ash/accelerators/magnifier_key_scroller.cc
|
| diff --git a/ash/accelerators/magnifier_key_scroller.cc b/ash/accelerators/magnifier_key_scroller.cc
|
| index c734e84bc4542ea82c6330739836569057dd4137..eeeda2dfa81b01a95995a5b06cb2842ec559e65c 100644
|
| --- a/ash/accelerators/magnifier_key_scroller.cc
|
| +++ b/ash/accelerators/magnifier_key_scroller.cc
|
| @@ -19,7 +19,7 @@ bool magnifier_key_scroller_enabled = false;
|
| bool MagnifierKeyScroller::IsEnabled() {
|
| bool has_switch = false;
|
| #if defined(OS_CHROMEOS)
|
| - has_switch = CommandLine::ForCurrentProcess()->HasSwitch(
|
| + has_switch = base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kAshEnableMagnifierKeyScroller);
|
| #endif
|
|
|
|
|