diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/profile_mock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/profile_mock.h b/chrome/test/profile_mock.h index 11401ea..bfc4329 100644 --- a/chrome/test/profile_mock.h +++ b/chrome/test/profile_mock.h @@ -15,6 +15,7 @@ class ProfileMock : public TestingProfile { MOCK_METHOD1(GetHistoryService, HistoryService*(ServiceAccessType access)); MOCK_METHOD0(GetHistoryServiceWithoutCreating, HistoryService*()); MOCK_METHOD1(GetWebDataService, WebDataService*(ServiceAccessType access)); + MOCK_METHOD0(GetPersonalDataManager, PersonalDataManager*()); }; #endif // CHROME_TEST_PROFILE_MOCK_H__ |