summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history.cc')
-rw-r--r--chrome/browser/history/history.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/history.cc b/chrome/browser/history/history.cc
index b6c1d0a..8c314067 100644
--- a/chrome/browser/history/history.cc
+++ b/chrome/browser/history/history.cc
@@ -253,7 +253,7 @@ void HistoryService::AddPage(const GURL& url,
int32 page_id,
const GURL& referrer,
PageTransition::Type transition,
- const RedirectList& redirects,
+ const history::RedirectList& redirects,
bool did_replace_entry) {
AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
did_replace_entry);
@@ -265,7 +265,7 @@ void HistoryService::AddPage(const GURL& url,
int32 page_id,
const GURL& referrer,
PageTransition::Type transition,
- const RedirectList& redirects,
+ const history::RedirectList& redirects,
bool did_replace_entry) {
DCHECK(history_backend_) << "History service being called after cleanup";