| Index: chrome/browser/ui/views/infobars/translate_infobar_base.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/infobars/translate_infobar_base.h (revision 238220)
|
| +++ chrome/browser/ui/views/infobars/translate_infobar_base.h (working copy)
|
| @@ -24,8 +24,7 @@
|
| const string16& text);
|
|
|
| protected:
|
| - TranslateInfoBarBase(InfoBarService* owner,
|
| - TranslateInfoBarDelegate* delegate);
|
| + explicit TranslateInfoBarBase(scoped_ptr<TranslateInfoBarDelegate> delegate);
|
| virtual ~TranslateInfoBarBase();
|
|
|
| // InfoBarView:
|
|
|