| 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 447d4451262f72b09ae9632a9f83e6f6b6c5a2cf..44f55843431ac42193b2a36019544c36c2a4bc4c 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -233,7 +233,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;
|
|
|