Index: components/history/core/browser/typed_url_syncable_service_unittest.cc |
diff --git a/components/history/core/browser/typed_url_syncable_service_unittest.cc b/components/history/core/browser/typed_url_syncable_service_unittest.cc |
index beb3e0e34bca53c2729fa9433608ecf907428bfe..adb25920262d4a28a70f0317691b28572dc4c0fc 100644 |
--- a/components/history/core/browser/typed_url_syncable_service_unittest.cc |
+++ b/components/history/core/browser/typed_url_syncable_service_unittest.cc |
@@ -151,7 +151,8 @@ class TestHistoryBackendDelegate : public HistoryBackend::Delegate { |
public: |
TestHistoryBackendDelegate() {} |
- void NotifyProfileError(sql::InitStatus init_status) override {} |
+ void NotifyProfileError(const base::FilePath& corrupted_file, |
+ sql::InitStatus init_status) override {} |
void SetInMemoryBackend( |
std::unique_ptr<InMemoryHistoryBackend> backend) override{}; |
void NotifyFaviconsChanged(const std::set<GURL>& page_urls, |