| Index: components/history/core/test/history_backend_db_base_test.cc
|
| diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
|
| index 9950fc761357444cd5b3125b02f7f1e3d773c7b5..d0638a39fbe6c1b937ae24168d2f57bdca5897b9 100644
|
| --- a/components/history/core/test/history_backend_db_base_test.cc
|
| +++ b/components/history/core/test/history_backend_db_base_test.cc
|
| @@ -30,7 +30,8 @@ class BackendDelegate : public HistoryBackend::Delegate {
|
| : history_test_(history_test) {}
|
|
|
| // HistoryBackend::Delegate implementation.
|
| - void NotifyProfileError(sql::InitStatus init_status) override {
|
| + void NotifyProfileError(const base::FilePath& corrupted_file,
|
| + sql::InitStatus init_status) override {
|
| history_test_->last_profile_error_ = init_status;
|
| }
|
| void SetInMemoryBackend(
|
|
|