| Index: chrome/browser/password_manager/password_generation_manager.h
|
| diff --git a/chrome/browser/password_manager/password_generation_manager.h b/chrome/browser/password_manager/password_generation_manager.h
|
| index 7a8bbfea5d7cf276d6fe9f0213d5b8ef9cdbca33..756a816fb062fb4ed59b24ec5b89b239997ea539 100644
|
| --- a/chrome/browser/password_manager/password_generation_manager.h
|
| +++ b/chrome/browser/password_manager/password_generation_manager.h
|
| @@ -21,7 +21,9 @@ namespace content {
|
| struct PasswordForm;
|
| }
|
|
|
| +namespace user_prefs {
|
| class PrefRegistrySyncable;
|
| +}
|
|
|
| // Per-tab manager for password generation. Will enable this feature only if
|
| //
|
| @@ -44,7 +46,7 @@ class PasswordGenerationManager
|
| public content::WebContentsUserData<PasswordGenerationManager> {
|
| public:
|
| static void CreateForWebContents(content::WebContents* contents);
|
| - static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
| + static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
|
| virtual ~PasswordGenerationManager();
|
|
|
| protected:
|
|
|