| Index: ash/display/display_controller.cc
|
| diff --git a/ash/display/display_controller.cc b/ash/display/display_controller.cc
|
| index f6192cade57e2ef0290c2bcbb6ab641238303f96..0cc4f909192ad9994b604febbab6dbc98ef1d196 100644
|
| --- a/ash/display/display_controller.cc
|
| +++ b/ash/display/display_controller.cc
|
| @@ -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();
|
|
|