| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 78fbd5e84d2dc4efb6a8dd960c0585440878ff54..bcfe52584e525cdb462d66d59898e1a818257ac4 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -230,7 +230,8 @@ std::unique_ptr<KeyedService> BuildBookmarkModel(
|
| }
|
|
|
| void TestProfileErrorCallback(WebDataServiceWrapper::ErrorType error_type,
|
| - sql::InitStatus status) {
|
| + sql::InitStatus status,
|
| + const sql::DatabaseDiagnosticMap& diagnostics) {
|
| NOTREACHED();
|
| }
|
|
|
|
|