| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 00ac8085dedee678d273767041cb4a2a99717cb0..1292188c44f3577e98c6fbee3b73df5aaf8865e8 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -223,9 +223,7 @@ KeyedService* BuildChromeBookmarkClient(
|
| KeyedService* BuildChromeHistoryClient(
|
| content::BrowserContext* context) {
|
| Profile* profile = static_cast<Profile*>(context);
|
| - return new ChromeHistoryClient(BookmarkModelFactory::GetForProfile(profile),
|
| - profile,
|
| - profile->GetTopSites());
|
| + return new ChromeHistoryClient(BookmarkModelFactory::GetForProfile(profile));
|
| }
|
|
|
| void TestProfileErrorCallback(WebDataServiceWrapper::ErrorType error_type,
|
|
|