| Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| index f785c2f608956760810cd43b1ab2efe8d8314cee..93cd822305711477837c6e7397ff970cbeb056cc 100644
|
| --- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
|
| @@ -273,7 +273,7 @@ void ZoomBubbleView::ButtonPressed(views::Button* sender,
|
| browser,
|
| GURL(base::StringPrintf("chrome://extensions?id=%s",
|
| extension_info_.id.c_str())),
|
| - content::PAGE_TRANSITION_FROM_API);
|
| + ui::PAGE_TRANSITION_FROM_API);
|
| } else {
|
| chrome_page_zoom::Zoom(web_contents_, content::PAGE_ZOOM_RESET);
|
| }
|
|
|