Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
index ed4bd8a60623048e8025223b9dd4aee8038c4951..41d153a914839c05a201114f0c1f64edd10ff3c3 100644 |
--- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
+++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
@@ -26,7 +26,7 @@ class PopupNonClientFrameView : public BrowserNonClientFrameView { |
// BrowserNonClientFrameView: |
virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; |
- virtual int GetHorizontalTabStripVerticalOffset(bool restored) const OVERRIDE; |
+ virtual TabStripInsets GetTabStripInsets(bool restored) const OVERRIDE; |
virtual void UpdateThrobber(bool running) OVERRIDE; |
private: |