| Index: ui/views/views_switches.cc
|
| diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
|
| index df711c8ab54d8d4d9b5040ced624f3c3e605404a..344f594fd97d94a64bbc47cfc4ace2d2fce68a93 100644
|
| --- a/ui/views/views_switches.cc
|
| +++ b/ui/views/views_switches.cc
|
| @@ -27,7 +27,7 @@ const char kEnableTransparentVisuals[] = "enable-transparent-visuals";
|
|
|
| bool IsRectBasedTargetingEnabled() {
|
| #if defined(OS_CHROMEOS) || defined(OS_WIN) || defined(OS_LINUX)
|
| - return !CommandLine::ForCurrentProcess()->
|
| + return !base::CommandLine::ForCurrentProcess()->
|
| HasSwitch(kDisableViewsRectBasedTargeting);
|
| #else
|
| return false;
|
|
|