summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/malware_details_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/safe_browsing/malware_details_unittest.cc')
-rw-r--r--chrome/browser/safe_browsing/malware_details_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc
index 8edab8f..ad1e8f2 100644
--- a/chrome/browser/safe_browsing/malware_details_unittest.cc
+++ b/chrome/browser/safe_browsing/malware_details_unittest.cc
@@ -304,9 +304,9 @@ class MalwareDetailsTest : public ChromeRenderViewHostTestHarness {
// to history backend.
redirects->push_back(url);
history_service()->AddPage(
- url, static_cast<void*>(this), 0, GURL(),
- content::PAGE_TRANSITION_TYPED,
- *redirects, history::SOURCE_BROWSED, false);
+ url, base::Time::Now(), static_cast<void*>(this), 0, GURL(),
+ *redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
+ false);
}
content::TestBrowserThread ui_thread_;