summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/profile_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/profile_mock.h')
-rw-r--r--chrome/test/base/profile_mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/profile_mock.h b/chrome/test/base/profile_mock.h
index fe95a4d..85447d1 100644
--- a/chrome/test/base/profile_mock.h
+++ b/chrome/test/base/profile_mock.h
@@ -18,6 +18,7 @@ class ProfileMock : public TestingProfile {
MOCK_METHOD0(GetBookmarkModel, BookmarkModel*());
MOCK_METHOD1(GetHistoryService, HistoryService*(ServiceAccessType access));
MOCK_METHOD0(GetHistoryServiceWithoutCreating, HistoryService*());
+ MOCK_METHOD1(GetWebDataService, WebDataService*(ServiceAccessType access));
MOCK_METHOD1(GetPasswordStore, PasswordStore* (ServiceAccessType access));
};