| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 5945cb15d83486cf0c21d2f9cae604209ac524e9..dd35cfeced28f61ac82297db6fc7918ff3357fda 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -202,7 +202,6 @@ class TestingProfile : public Profile {
|
| virtual history::ShortcutsBackend* GetShortcutsBackend() OVERRIDE;
|
| virtual WebDataService* GetWebDataService(ServiceAccessType access) OVERRIDE;
|
| virtual WebDataService* GetWebDataServiceWithoutCreating() OVERRIDE;
|
| - virtual PasswordStore* GetPasswordStore(ServiceAccessType access) OVERRIDE;
|
| // Sets the profile's PrefService. If a pref service hasn't been explicitly
|
| // set GetPrefs creates one, so normally you need not invoke this. If you need
|
| // to set a pref service you must invoke this before GetPrefs.
|
|
|