Index: ios/chrome/browser/history/history_client_impl.cc |
diff --git a/ios/chrome/browser/history/history_client_impl.cc b/ios/chrome/browser/history/history_client_impl.cc |
index 35860d1d33b6af8e298d2b3513eecbe180052415..91ca5121f2228ae90e4b3db9a1d04992a22685ab 100644 |
--- a/ios/chrome/browser/history/history_client_impl.cc |
+++ b/ios/chrome/browser/history/history_client_impl.cc |
@@ -60,8 +60,8 @@ bool HistoryClientImpl::CanAddURL(const GURL& url) { |
return ios::CanAddURLToHistory(url); |
} |
-void HistoryClientImpl::NotifyProfileError(sql::InitStatus init_status) { |
-} |
+void HistoryClientImpl::NotifyProfileError(const base::FilePath& corrupted_file, |
+ sql::InitStatus init_status) {} |
std::unique_ptr<history::HistoryBackendClient> |
HistoryClientImpl::CreateBackendClient() { |