Index: chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc |
index 5be0b9c19860dd0dc96c74b1ec503f4e956ee5fb..f936e1c53aede344ed8bbf5b443b5c65b19ad642 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_infobar_delegate.cc |
@@ -62,6 +62,6 @@ bool DataReductionProxyInfoBarDelegate::LinkClicked( |
GURL(link_url_), |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false)); |
+ ui::PAGE_TRANSITION_LINK, false)); |
return true; |
} |