| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| index d897ff63083a4a0dd14cee5adbb4bdf93b502f15..67787ba8a940ea2f8a99d21a2b13377a9345b7d5 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.cc
|
| @@ -35,7 +35,7 @@ password_manager::PasswordStore* GetPasswordStore(
|
| content::WebContents* web_contents) {
|
| return PasswordStoreFactory::GetForProfile(
|
| Profile::FromBrowserContext(web_contents->GetBrowserContext()),
|
| - Profile::EXPLICIT_ACCESS).get();
|
| + ServiceAccessType::EXPLICIT_ACCESS).get();
|
| }
|
|
|
| autofill::ConstPasswordFormMap ConstifyMap(
|
|
|