| 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 e5049fd421bce623384af4724d0a2eff17881991..7b648429e285cfa180c81c49826ec193b3f5a147 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);
|
|
|
|
|