| Index: chrome/browser/ui/views/panels/panel_view.h
|
| diff --git a/chrome/browser/ui/views/panels/panel_view.h b/chrome/browser/ui/views/panels/panel_view.h
|
| index eaefa689ea3e0d98655a70f414060f12d344a1df..b0e1df7e70710192da9971f2704c06fca39c7806 100644
|
| --- a/chrome/browser/ui/views/panels/panel_view.h
|
| +++ b/chrome/browser/ui/views/panels/panel_view.h
|
| @@ -84,7 +84,7 @@ class PanelView : public NativePanel,
|
|
|
| // Overridden from views::View:
|
| virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| - virtual gfx::Size GetMaximumSize() OVERRIDE;
|
| + virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
|
|
| // Return true if the mouse event is handled.
|
| // |mouse_location| is in screen coordinate system.
|
|
|