| Index: chrome/browser/history/chrome_history_client.h
|
| diff --git a/chrome/browser/history/chrome_history_client.h b/chrome/browser/history/chrome_history_client.h
|
| index 66c0da331c390084b4d8ff952be903c9672ac9d8..52e4dd3904ec10976505201925e576d1309fb2fa 100644
|
| --- a/chrome/browser/history/chrome_history_client.h
|
| +++ b/chrome/browser/history/chrome_history_client.h
|
| @@ -34,7 +34,9 @@ class ChromeHistoryClient : public history::HistoryClient,
|
| history::HistoryService* history_service) override;
|
| void Shutdown() override;
|
| bool CanAddURL(const GURL& url) override;
|
| - void NotifyProfileError(sql::InitStatus init_status) override;
|
| + void NotifyProfileError(
|
| + sql::InitStatus init_status,
|
| + const sql::DatabaseDiagnosticMap& diagnostics) override;
|
| std::unique_ptr<history::HistoryBackendClient> CreateBackendClient() override;
|
|
|
| private:
|
|
|