Index: chrome/browser/ui/views/network_profile_bubble_view.cc |
diff --git a/chrome/browser/ui/views/network_profile_bubble_view.cc b/chrome/browser/ui/views/network_profile_bubble_view.cc |
index fd816b661d243a576cb70f0fbed150e575715ad7..cdf33540aed462cca3d9462ec73bd2b7299b794f 100644 |
--- a/chrome/browser/ui/views/network_profile_bubble_view.cc |
+++ b/chrome/browser/ui/views/network_profile_bubble_view.cc |
@@ -131,7 +131,7 @@ void NetworkProfileBubbleView::LinkClicked(views::Link* source, |
"common-problems-and-solutions#network_profile"), |
content::Referrer(), |
disposition == CURRENT_TAB ? NEW_FOREGROUND_TAB : disposition, |
- content::PAGE_TRANSITION_LINK, false); |
+ ui::PAGE_TRANSITION_LINK, false); |
navigator_->OpenURL(params); |
// If the user interacted with the bubble we don't reduce the number of |