| Index: chrome/test/base/testing_profile.cc | 
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc | 
| index 10af8166ae33fda381550b152c410e53a5f91f10..81c0ab39ede9134835f3dca25a3723644851a758 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(); | 
| } | 
|  | 
|  |