Index: chrome/browser/history/history_service.cc |
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc |
index fd4c2d90a380fbcc609261e8f545eb6c0f5c8d1f..4c61734c237172ef24e2c4a98e31483742e2a277 100644 |
--- a/chrome/browser/history/history_service.cc |
+++ b/chrome/browser/history/history_service.cc |
@@ -370,7 +370,7 @@ void HistoryService::AddPage(const GURL& url, |
int32 page_id, |
const GURL& referrer, |
const history::RedirectList& redirects, |
- content::PageTransition transition, |
+ ui::PageTransition transition, |
history::VisitSource visit_source, |
bool did_replace_entry) { |
DCHECK(thread_checker_.CalledOnValidThread()); |
@@ -387,7 +387,7 @@ void HistoryService::AddPage(const GURL& url, |
AddPage( |
history::HistoryAddPageArgs(url, time, NULL, 0, GURL(), |
history::RedirectList(), |
- content::PAGE_TRANSITION_LINK, |
+ ui::PAGE_TRANSITION_LINK, |
visit_source, false)); |
} |