| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 4aab41827911f79e1f41778a7fd7ab4724803b9d..cca87cace5236bebe80778527b16ccf7cdff4848 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -231,6 +231,7 @@ KeyedService* BuildHistoryService(content::BrowserContext* context) {
|
| KeyedService* BuildInMemoryURLIndex(content::BrowserContext* context) {
|
| Profile* profile = Profile::FromBrowserContext(context);
|
| InMemoryURLIndex* in_memory_url_index = new InMemoryURLIndex(
|
| + BookmarkModelFactory::GetForProfile(profile),
|
| HistoryServiceFactory::GetForProfile(profile,
|
| ServiceAccessType::EXPLICIT_ACCESS),
|
| profile->GetPath(),
|
|
|