| Index: chrome/browser/infobars/infobar.h
|
| diff --git a/chrome/browser/infobars/infobar.h b/chrome/browser/infobars/infobar.h
|
| index 35095f4933f6733346cf9df5b5d71e5632ea89de..9fc39bb671221640d075d64b43433d0078aa0559 100644
|
| --- a/chrome/browser/infobars/infobar.h
|
| +++ b/chrome/browser/infobars/infobar.h
|
| @@ -35,6 +35,7 @@ class InfoBarTabHelper;
|
|
|
| class InfoBar : public ui::AnimationDelegate {
|
| public:
|
| + // |InfoBar| takes the ownership of |delegate|.
|
| InfoBar(InfoBarTabHelper* owner, InfoBarDelegate* delegate);
|
| virtual ~InfoBar();
|
|
|
|
|