Index: chrome/browser/nacl_host/nacl_infobar_delegate.cc |
diff --git a/chrome/browser/nacl_host/nacl_infobar_delegate.cc b/chrome/browser/nacl_host/nacl_infobar_delegate.cc |
index 6fc29a022a743169be064afb41a0280fb8603f99..2836dd3ef62aa933c3c208e4114257b9f78d165b 100644 |
--- a/chrome/browser/nacl_host/nacl_infobar_delegate.cc |
+++ b/chrome/browser/nacl_host/nacl_infobar_delegate.cc |
@@ -56,6 +56,6 @@ bool NaClInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) { |
GURL("https://support.google.com/chrome/?p=ib_nacl"), |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false)); |
+ ui::PAGE_TRANSITION_LINK, false)); |
return false; |
} |