Index: chrome/browser/pepper_broker_infobar_delegate.cc |
diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc |
index e47326d219f6b6d1e6612de109a25c33011f3e69..d4fd7478ced25fbc23bc73ad0b26b2e008233ef5 100644 |
--- a/chrome/browser/pepper_broker_infobar_delegate.cc |
+++ b/chrome/browser/pepper_broker_infobar_delegate.cc |
@@ -137,7 +137,7 @@ bool PepperBrokerInfoBarDelegate::LinkClicked( |
content::OpenURLParams( |
learn_more_url, content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false)); |
+ ui::PAGE_TRANSITION_LINK, false)); |
return false; |
} |