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