| Index: chrome/browser/translate/translate_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/translate/translate_infobar_delegate.h (revision 84698)
|
| +++ chrome/browser/translate/translate_infobar_delegate.h (working copy)
|
| @@ -159,7 +159,7 @@
|
| typedef std::pair<std::string, string16> LanguageNamePair;
|
|
|
| // InfoBarDelegate:
|
| - virtual InfoBar* CreateInfoBar() OVERRIDE;
|
| + virtual InfoBar* CreateInfoBar(TabContents* owner) OVERRIDE;
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| virtual gfx::Image* GetIcon() const OVERRIDE;
|
| virtual InfoBarDelegate::Type GetInfoBarType() const OVERRIDE;
|
|
|