| Index: chrome/test/profile_mock.h
|
| diff --git a/chrome/test/profile_mock.h b/chrome/test/profile_mock.h
|
| index bfc43292e10e26dad73d8f29d29830ce6fb960d3..d7e564bf1b3dcffea23226c7f4d09a4249cfe64f 100644
|
| --- a/chrome/test/profile_mock.h
|
| +++ b/chrome/test/profile_mock.h
|
| @@ -16,6 +16,7 @@ class ProfileMock : public TestingProfile {
|
| MOCK_METHOD0(GetHistoryServiceWithoutCreating, HistoryService*());
|
| MOCK_METHOD1(GetWebDataService, WebDataService*(ServiceAccessType access));
|
| MOCK_METHOD0(GetPersonalDataManager, PersonalDataManager*());
|
| + MOCK_METHOD1(GetPasswordStore, PasswordStore* (ServiceAccessType access));
|
| };
|
|
|
| #endif // CHROME_TEST_PROFILE_MOCK_H__
|
|
|