| 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 76e83753208363e669f48463a65bafdcd1b51728..1fd05e255ddb0b9a85f3d70a66955e92eee4623c 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -105,7 +105,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| #endif
|
|
|
| virtual void ShowInstant(TabContentsWrapper* preview_contents) OVERRIDE {}
|
| - virtual void HideInstant(bool instant_is_active) OVERRIDE {}
|
| + virtual void HideInstant() OVERRIDE {}
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
|
|