| 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 4a25ae95a0d7127ce68b3522f86d8552592f9be0..3e01da7e84a89ae78a741d2a6e83d33856b1b1c5 100644
|
| --- a/chrome/browser/password_manager/password_store_x.h
|
| +++ b/chrome/browser/password_manager/password_store_x.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class LoginDatabase;
|
| class PrefService;
|
| -class PrefServiceSyncable;
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| // PasswordStoreX is used on Linux and other non-Windows, non-Mac OS X
|
| @@ -57,7 +57,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(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| // Returns true if passwords have been tagged with the local profile id.
|
| static bool PasswordsUseLocalProfileId(PrefService* prefs);
|
|
|