| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 48788001a1cc3b8d829a81675d7919cb643ffc10..d3bbb6cf1e714cacb05d5f5a1a2f07653d9a0b14 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -85,7 +85,8 @@ class TestBrowserWindow : public BrowserWindow {
|
| 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(
|
|
|