Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / accelerators / magnifier_key_scroller.cc
index c734e84..eeeda2d 100644 (file)
@@ -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