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