Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
index 4b830c62bab4a59e05f0f26e06f2ab6eb13af15e..6e0633252394942df90df0d456f8261fbb48567c 100644 |
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc |
@@ -122,7 +122,7 @@ bool RegisterProtocolHandlerInfoBarDelegate::LinkClicked( |
GURL(chrome::kLearnMoreRegisterProtocolHandlerURL), |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false)); |
+ ui::PAGE_TRANSITION_LINK, false)); |
return false; |
} |