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

Unified Diff: chrome/browser/history/top_sites_impl_unittest.cc

Issue 322983003: Rename HistoryService::NotifyRenderProcessHostDestruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 6 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
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | chrome/browser/history/visit_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/top_sites_impl_unittest.cc
diff --git a/chrome/browser/history/top_sites_impl_unittest.cc b/chrome/browser/history/top_sites_impl_unittest.cc
index c4327990945dec122ff3158330abcbe1ed6e9f9a..1b9a34b9322f0362948bbe1ea570a2e43e09ab68 100644
--- a/chrome/browser/history/top_sites_impl_unittest.cc
+++ b/chrome/browser/history/top_sites_impl_unittest.cc
@@ -237,7 +237,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
RedirectList redirects;
redirects.push_back(url);
history_service()->AddPage(
- url, base::Time::Now(), static_cast<void*>(this), 0, GURL(),
+ url, base::Time::Now(), static_cast<ContextID>(this), 0, GURL(),
redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
}
@@ -247,7 +247,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
RedirectList redirects;
redirects.push_back(url);
history_service()->AddPage(
- url, base::Time::Now(), static_cast<void*>(this), 0, GURL(),
+ url, base::Time::Now(), static_cast<ContextID>(this), 0, GURL(),
redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
history_service()->SetPageTitle(url, title);
@@ -259,7 +259,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
const history::RedirectList& redirects,
base::Time time) {
history_service()->AddPage(
- url, time, static_cast<void*>(this), 0, GURL(),
+ url, time, static_cast<ContextID>(this), 0, GURL(),
redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
history_service()->SetPageTitle(url, title);
« no previous file with comments | « chrome/browser/history/history_unittest.cc ('k') | chrome/browser/history/visit_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698