Index: chrome/browser/history/history_tab_helper.cc |
diff --git a/chrome/browser/history/history_tab_helper.cc b/chrome/browser/history/history_tab_helper.cc |
index 370594e313f3697a8fe827b37c36175b78ae9811..f0f796072068496054e32f73bbb6c6428c58fc3c 100644 |
--- a/chrome/browser/history/history_tab_helper.cc |
+++ b/chrome/browser/history/history_tab_helper.cc |
@@ -61,7 +61,7 @@ HistoryTabHelper::CreateHistoryAddPageArgs( |
params.url, timestamp, web_contents(), params.page_id, |
params.referrer.url, params.redirects, params.transition, |
history::SOURCE_BROWSED, did_replace_entry); |
- if (content::PageTransitionIsMainFrame(params.transition) && |
+ if (ui::PageTransitionIsMainFrame(params.transition) && |
virtual_url != params.url) { |
// Hack on the "virtual" URL so that it will appear in history. For some |
// types of URLs, we will display a magic URL that is different from where |