Index: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc |
=================================================================== |
--- chrome/browser/ui/views/location_bar/zoom_bubble_view.cc (revision 151055) |
+++ chrome/browser/ui/views/location_bar/zoom_bubble_view.cc (working copy) |
@@ -121,7 +121,7 @@ |
} |
void ZoomBubbleView::ButtonPressed(views::Button* sender, |
- const views::Event& event) { |
+ const ui::Event& event) { |
chrome_page_zoom::Zoom(tab_contents_->web_contents(), |
content::PAGE_ZOOM_RESET); |
} |