| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index af9b62140f8565af90faa1b374fa70d3ea5d3b2c..9a6659328a47b51c18a33130dfed563cd5b5487c 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -47,7 +47,7 @@ class Panel : public BrowserWindow {
|
| bool IsDrawingAttention() const;
|
|
|
| // BrowserWindow overrides.
|
| - virtual void Show() OVERRIDE;
|
| + virtual void Show(BrowserWindow::ShowContext show_context) OVERRIDE;
|
| virtual void ShowInactive() OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
|
|