| 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..d1c5f7c024d15057f81133d7000b3ae85f91b9be 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(sql::InitStatus init_status,
|
| + const std::string& diagnostics) {}
|
|
|
| std::unique_ptr<history::HistoryBackendClient>
|
| HistoryClientImpl::CreateBackendClient() {
|
|
|