Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2707)

Unified Diff: chrome/browser/safe_browsing/malware_details_unittest.cc

Issue 10963018: Rework arguments of HistoryService::AddPage() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698