| Index: chrome/browser/password_manager/password_store_x.h
|
| diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h
|
| index 05e03517c7350bf1cee4a924b48009a6d8a61063..f4e3bfd23ba11a4dc96b2e48cde24641e01f4551 100644
|
| --- a/chrome/browser/password_manager/password_store_x.h
|
| +++ b/chrome/browser/password_manager/password_store_x.h
|
| @@ -60,7 +60,7 @@ class PasswordStoreX : public PasswordStoreDefault {
|
|
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| // Registers the pref setting used for the methods below.
|
| - static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| + static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|
| // Returns true if passwords have been tagged with the local profile id.
|
| static bool PasswordsUseLocalProfileId(PrefService* prefs);
|
|
|