Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / display / display_controller.cc
index f6192ca..0cc4f90 100644 (file)
@@ -746,7 +746,7 @@ AshWindowTreeHost* DisplayController::AddWindowTreeHostForDisplay(
 
 #if defined(OS_CHROMEOS)
   static bool force_constrain_pointer_to_root =
-      CommandLine::ForCurrentProcess()->HasSwitch(
+      base::CommandLine::ForCurrentProcess()->HasSwitch(
           switches::kAshConstrainPointerToRoot);
   if (base::SysInfo::IsRunningOnChromeOS() || force_constrain_pointer_to_root)
     ash_host->ConfineCursorToRootWindow();