| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index abef630a69bcc04fa8a3e14070c968eed8a4828d..9e79e8d1af7b67f5de3c22a8fc4455996c3d28fb 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -201,7 +201,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.
|
|
|