Index: components/history/core/browser/history_service.h |
diff --git a/components/history/core/browser/history_service.h b/components/history/core/browser/history_service.h |
index b3be99efb6280f970a4576c7b183e265bffaec5b..c6277b71115067e37b08c2ec1a87c41ea9b06c36 100644 |
--- a/components/history/core/browser/history_service.h |
+++ b/components/history/core/browser/history_service.h |
@@ -777,7 +777,8 @@ class HistoryService : public syncer::SyncableService, public KeyedService { |
void SetInMemoryBackend(std::unique_ptr<InMemoryHistoryBackend> mem_backend); |
// Called by our BackendDelegate when there is a problem reading the database. |
- void NotifyProfileError(sql::InitStatus init_status); |
+ void NotifyProfileError(const base::FilePath& corrupted_file, |
+ sql::InitStatus init_status); |
// Call to schedule a given task for running on the history thread with the |
// specified priority. The task will have ownership taken. |