Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index d95fe15b7d7e79de473a3ce757ad5c6b535a6f59..3a7dfda4cc8408c882555fb909454a1361d831ef 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -232,6 +232,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::IMPLICIT_ACCESS), |
profile->GetPath(), |