Index: chrome/browser/safe_browsing/malware_details_unittest.cc |
diff --git a/chrome/browser/safe_browsing/malware_details_unittest.cc b/chrome/browser/safe_browsing/malware_details_unittest.cc |
index 8edab8f35c915bb2ceee341f200f284e98e681f8..ad1e8f2ad8ffce8577c6d93c15c314c8de2239aa 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_; |