diff options
Diffstat (limited to 'chrome/tools/profiles')
-rw-r--r-- | chrome/tools/profiles/generate_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc index 1b52d21..b8484c8 100644 --- a/chrome/tools/profiles/generate_profile.cc +++ b/chrome/tools/profiles/generate_profile.cc @@ -90,7 +90,7 @@ std::wstring ConstructRandomPage() { void InsertURLBatch(const std::wstring& profile_dir, int page_id, int batch_size, bool history_only) { scoped_refptr<HistoryService> history_service(new HistoryService); - if (!history_service->Init(profile_dir)) { + if (!history_service->Init(profile_dir, NULL)) { printf("Could not init the history service\n"); exit(1); } |