Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 72ce6850f4674ee4ff48b145021051c40f29304e..437604b77af82b618f3a4332eaa5852241bcd2fa 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -237,7 +237,8 @@ class BrowserView : public BrowserWindow, |
virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE; |
virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE; |
virtual void SetStarredState(bool is_starred) OVERRIDE; |
- virtual void SetZoomIconState(ZoomController::ZoomIconState state) OVERRIDE; |
+ virtual void SetZoomIconState( |
+ ZoomController::ZoomIconState zoom_icon_state) OVERRIDE; |
virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE; |
virtual void ShowZoomBubble(int zoom_percent) OVERRIDE; |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |