Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 117518) |
+++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy) |
@@ -87,7 +87,7 @@ |
class HistoryBackendMock : public HistoryBackend { |
public: |
- HistoryBackendMock() : HistoryBackend(FilePath(), 0, NULL, NULL) {} |
+ HistoryBackendMock() : HistoryBackend(NULL, FilePath(), 0, NULL, NULL) {} |
virtual bool IsExpiredVisitTime(const base::Time& time) OVERRIDE { |
return time.ToInternalValue() == EXPIRED_VISIT; |
} |