Index: chrome/tools/profiles/generate_profile.cc |
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc |
index 47a8ea1a37ddf68200f9477352f46fa7182008c5..6a5e675c806282b5d00a1ea3253274c83e632ed4 100644 |
--- a/chrome/tools/profiles/generate_profile.cc |
+++ b/chrome/tools/profiles/generate_profile.cc |
@@ -173,10 +173,10 @@ void InsertURLBatch(Profile* profile, |
} |
// Add all of this information to the history service. |
- history_service->AddPage(url, |
+ history_service->AddPage(url, base::Time::Now(), |
id_scope, page_id, |
- previous_url, transition, |
- redirects, history::SOURCE_BROWSED, true); |
+ previous_url, redirects, |
+ transition, history::SOURCE_BROWSED, true); |
ThumbnailScore score(0.75, false, false); |
history_service->SetPageTitle(url, ConstructRandomTitle()); |
if (types & FULL_TEXT) |