| Index: chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/infobars/translate_infobar_base.h (revision 86331)
|
| +++ chrome/browser/ui/views/infobars/translate_infobar_base.h (working copy)
|
| @@ -22,7 +22,8 @@
|
| class TranslateInfoBarBase : public TranslateInfoBarView,
|
| public InfoBarView {
|
| public:
|
| - explicit TranslateInfoBarBase(TranslateInfoBarDelegate* delegate);
|
| + TranslateInfoBarBase(TabContentsWrapper* owner,
|
| + TranslateInfoBarDelegate* delegate);
|
| virtual ~TranslateInfoBarBase();
|
|
|
| protected:
|
|
|