Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.cc b/chrome/browser/ui/webui/ntp/most_visited_handler.cc |
index 9a06e98aeca61247f24d9ffc3fe7a2ac849bf768..a0426ba06c9f35d66946272abbc9c46c6ebb9169 100644 |
--- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc |
@@ -62,7 +62,7 @@ MostVisitedHandler::~MostVisitedHandler() { |
web_ui()->GetWebContents()->GetController().GetLastCommittedEntry(); |
if (entry && (entry->GetURL() != ntp_url)) { |
action_id = |
- content::PageTransitionStripQualifier(entry->GetTransitionType()); |
+ ui::PageTransitionStripQualifier(entry->GetTransitionType()); |
} |
UMA_HISTOGRAM_ENUMERATION("NewTabPage.MostVisitedAction", action_id, |