Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index af6dda13fc5ff85f08056a098203eee3d36648ee..e8e4e80c904344b32cf032e659b3aee2c54a60c8 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -90,7 +90,7 @@ NewTabUI::NewTabUI(content::WebUI* web_ui) |
// We count all link clicks as AUTO_BOOKMARK, so that site can be ranked more |
// highly. Note this means we're including clicks on not only most visited |
// thumbnails, but also clicks on recently bookmarked. |
- web_ui->SetLinkTransitionType(content::PAGE_TRANSITION_AUTO_BOOKMARK); |
+ web_ui->SetLinkTransitionType(ui::PAGE_TRANSITION_AUTO_BOOKMARK); |
Profile* profile = GetProfile(); |
if (!profile->IsOffTheRecord()) { |