| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 134ff9652b9e8c4462e9ce769b31fc59c2b01446..97ab29ff52d1dd0e23089877e61ca69c216c4f46 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -203,8 +203,9 @@ scoped_ptr<KeyedService> BuildInMemoryURLIndex(
|
| BookmarkModelFactory::GetForProfile(profile),
|
| HistoryServiceFactory::GetForProfile(profile,
|
| ServiceAccessType::IMPLICIT_ACCESS),
|
| - profile->GetPath(),
|
| - profile->GetPrefs()->GetString(prefs::kAcceptLanguages)));
|
| + content::BrowserThread::GetBlockingPool(), profile->GetPath(),
|
| + profile->GetPrefs()->GetString(prefs::kAcceptLanguages),
|
| + SchemeSet()));
|
| in_memory_url_index->Init();
|
| return in_memory_url_index.Pass();
|
| }
|
|
|