| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 103deba5847385650396d449b2679cbf97797b85..a4c23322dda8606657a2ed4bb58c133784d1e343 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -536,10 +536,6 @@ WebDataService* TestingProfile::GetWebDataServiceWithoutCreating() {
|
| return web_data_service_.get();
|
| }
|
|
|
| -PasswordStore* TestingProfile::GetPasswordStore(ServiceAccessType access) {
|
| - return NULL;
|
| -}
|
| -
|
| void TestingProfile::SetPrefService(PrefService* prefs) {
|
| prefs_.reset(prefs);
|
| }
|
|
|