| Index: chrome/browser/chromeos/login/helper.cc
|
| diff --git a/chrome/browser/chromeos/login/helper.cc b/chrome/browser/chromeos/login/helper.cc
|
| index 14660640fbaf40bd76eb43beeb906c2921132fb8..b06cdf5aba84ac5eccce39c227097356ce73ab86 100644
|
| --- a/chrome/browser/chromeos/login/helper.cc
|
| +++ b/chrome/browser/chromeos/login/helper.cc
|
| @@ -48,7 +48,7 @@ bool LoginScrollIntoViewEnabled() {
|
| // be centered when virtual keyboard shown, crbug.com/411879
|
| return false;
|
| #else
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kDisableLoginScrollIntoView);
|
| #endif
|
| }
|
|
|