Index: chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc |
diff --git a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc |
index 5f3a02e44137cecce0ec7c01ca88c6219693e9f0..d10f849f143cefaf063adfbe05f8df4d57ee9e68 100644 |
--- a/chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc |
+++ b/chrome/browser/ui/startup/obsolete_system_infobar_delegate.cc |
@@ -66,6 +66,6 @@ bool ObsoleteSystemInfoBarDelegate::LinkClicked( |
#endif |
content::Referrer(), |
(disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false)); |
+ ui::PAGE_TRANSITION_LINK, false)); |
return false; |
} |