Index: chrome/browser/ui/views/frame/browser_view_layout.h |
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h |
index 31110ddd86a71f876bb0fef0d39c83834d09e2d1..a394fdb184f64e8da7531fb3b4860cf3cd80f60a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout.h |
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h |
@@ -120,7 +120,7 @@ class BrowserViewLayout : public views::LayoutManager { |
// Layout the following controls, starting at |top|, returns the coordinate |
// of the bottom of the control, for laying out the next control. |
int LayoutToolbar(int top); |
- int LayoutBookmarkAndInfoBars(int top); |
+ int LayoutBookmarkAndInfoBars(int top, int browser_view_y); |
int LayoutBookmarkBar(int top); |
int LayoutInfoBar(int top); |