| 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 237248bc8373fc9db86c04d211474a3bdefb5e3a..728b97c0a356b04cb92985a30f2e3a2c644b958d 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -69,7 +69,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.
|
| virtual int LayoutToolbar(int top);
|
| - int LayoutBookmarkAndInfoBars(int top);
|
| + virtual int LayoutBookmarkAndInfoBars(int top);
|
| int LayoutBookmarkBar(int top);
|
| int LayoutInfoBar(int top);
|
|
|
|
|