| Index: chrome/test/base/test_browser_window.h
|
| ===================================================================
|
| --- chrome/test/base/test_browser_window.h (revision 116011)
|
| +++ chrome/test/base/test_browser_window.h (working copy)
|
| @@ -119,7 +119,7 @@
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual FindBar* CreateFindBar() OVERRIDE;
|
| - virtual void ShowAvatarBubble(TabContents* tab_contents,
|
| + virtual void ShowAvatarBubble(content::WebContents* web_contents,
|
| const gfx::Rect& rect) OVERRIDE {}
|
| virtual void ShowAvatarBubbleFromAvatarButton() OVERRIDE {}
|
|
|
|
|