| 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 7b464033b9c42df911f89ee8f9066d5de3d75ec8..d08433a4bb9a678c3fb552e3fb130d390677ed40 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(sql::InitStatus init_status,
|
| + const std::string& diagnostics) override {}
|
| void SetInMemoryBackend(
|
| std::unique_ptr<InMemoryHistoryBackend> backend) override{};
|
| void NotifyFaviconsChanged(const std::set<GURL>& page_urls,
|
|
|