| Index: chrome/browser/password_manager/password_store_x.h
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_x.h (revision 133948)
|
| +++ chrome/browser/password_manager/password_store_x.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| class LoginDatabase;
|
| class PrefService;
|
| class Profile;
|
| -class WebDataService;
|
|
|
| // PasswordStoreX is used on Linux and other non-Windows, non-Mac OS X
|
| // operating systems. It uses a "native backend" to actually store the password
|
| @@ -53,9 +52,8 @@
|
| // Takes ownership of |login_db| and |backend|. |backend| may be NULL in which
|
| // case this PasswordStoreX will act the same as PasswordStoreDefault.
|
| PasswordStoreX(LoginDatabase* login_db,
|
| - Profile* profile,
|
| - WebDataService* web_data_service,
|
| - NativeBackend* backend);
|
| + Profile* profile,
|
| + NativeBackend* backend);
|
|
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| // Registers the pref setting used for the methods below.
|
|
|