Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 4e394fc242c26e787c59b04de1df694cae081d28..9a08ce6bd5c4ff2424c7260b205c1fe3d5150896 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -427,7 +427,7 @@ void TestingProfile::CreateFaviconService() { |
} |
static KeyedService* BuildHistoryService(content::BrowserContext* profile) { |
- return new HistoryService(static_cast<Profile*>(profile)); |
+ return new HistoryService(NULL, static_cast<Profile*>(profile)); |
} |
bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) { |