| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 107963)
|
| +++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy)
|
| @@ -80,7 +80,7 @@
|
|
|
| class HistoryBackendMock : public HistoryBackend {
|
| public:
|
| - HistoryBackendMock() : HistoryBackend(FilePath(), 0, NULL, NULL) {}
|
| + HistoryBackendMock() : HistoryBackend(NULL, FilePath(), 0, NULL, NULL) {}
|
| MOCK_METHOD1(GetAllTypedURLs, bool(std::vector<history::URLRow>* entries));
|
| MOCK_METHOD3(GetMostRecentVisitsForURL, bool(history::URLID id,
|
| int max_visits,
|
|
|