| Index: chrome/browser/ui/passwords/password_manager_presenter.cc
|
| diff --git a/chrome/browser/ui/passwords/password_manager_presenter.cc b/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| index 52d2eb80ef518a453732bff1da87088fde0da24f..b22aca2f87adbd1b84506c48c31bcd1faa134b02 100644
|
| --- a/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| +++ b/chrome/browser/ui/passwords/password_manager_presenter.cc
|
| @@ -30,8 +30,9 @@ PasswordManagerPresenter::PasswordManagerPresenter(
|
| exception_populater_(this),
|
| password_view_(password_view) {
|
| DCHECK(password_view_);
|
| - require_reauthentication_ = !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisablePasswordManagerReauthentication);
|
| + require_reauthentication_ =
|
| + !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisablePasswordManagerReauthentication);
|
| }
|
|
|
| PasswordManagerPresenter::~PasswordManagerPresenter() {
|
|
|