| 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..81b5548f20ac0cca8e6248020292a62eec6d5f71 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -103,7 +103,7 @@ class Panel : public BrowserWindow {
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
| virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
| virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
|
| - virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE;
|
| + virtual void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) OVERRIDE;
|
| virtual void ShowThemeInstallBubble() OVERRIDE;
|
| virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
|
| virtual gfx::NativeWindow ShowHTMLDialog(
|
|
|