| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 4be44c5379bfd8f9b4d5ad085a4f516d49bb9d87..5ad93b1404fbb0b2a169ce5e51fb96a89f83359b 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();
|
| }
|
|
|
|
|