| Index: chrome/test/base/profile_mock.h
|
| ===================================================================
|
| --- chrome/test/base/profile_mock.h (revision 136877)
|
| +++ chrome/test/base/profile_mock.h (working copy)
|
| @@ -18,7 +18,6 @@
|
| 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));
|
| };
|
|
|
|
|