Index: chrome/browser/ui/webui/ntp/ntp_login_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/ntp_login_handler.cc (revision 105162) |
+++ chrome/browser/ui/webui/ntp/ntp_login_handler.cc (working copy) |
@@ -74,7 +74,7 @@ |
if (SyncPromoUI::ShouldShowSyncPromo(profile)) { |
web_ui_->tab_contents()->OpenURL(GURL(chrome::kChromeUISyncPromoURL), |
GURL(), CURRENT_TAB, |
- PageTransition::LINK); |
+ content::PAGE_TRANSITION_LINK); |
} |
} else if (args->GetSize() == 4) { |
// The user is signed in, show the profiles menu. |