Index: chrome/browser/ui/webui/options/advanced_options_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/options/advanced_options_handler.cc (revision 105162) |
+++ chrome/browser/ui/webui/options/advanced_options_handler.cc (working copy) |
@@ -433,7 +433,7 @@ |
Profile* profile = Profile::FromWebUI(web_ui_); |
web_ui_->tab_contents()->OpenURL( |
CloudPrintURL(profile).GetCloudPrintServiceManageURL(), |
- GURL(), NEW_FOREGROUND_TAB, PageTransition::LINK); |
+ GURL(), NEW_FOREGROUND_TAB, content::PAGE_TRANSITION_LINK); |
} |
#if !defined(OS_CHROMEOS) |
@@ -444,7 +444,7 @@ |
web_ui_->tab_contents()->OpenURL( |
CloudPrintURL(profile).GetCloudPrintServiceEnableURL( |
CloudPrintProxyServiceFactory::GetForProfile(profile)->proxy_id()), |
- GURL(), CURRENT_TAB, PageTransition::LINK); |
+ GURL(), CURRENT_TAB, content::PAGE_TRANSITION_LINK); |
} |
void AdvancedOptionsHandler::HandleDisableCloudPrintProxy( |