| Index: chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| index 5287940a0f73fe91c001ad5428443572b2012cc8..af629fcdb87c372011d2ac9c9e461e01ed9ee4cf 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -101,8 +101,8 @@ class SupervisedUserWarningInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| infobars::InfoBar* SupervisedUserWarningInfoBarDelegate::Create(
|
| InfoBarService* infobar_service) {
|
| return infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| - scoped_ptr<ConfirmInfoBarDelegate>(
|
| - new SupervisedUserWarningInfoBarDelegate())));
|
| + infobar_service, scoped_ptr<ConfirmInfoBarDelegate>(
|
| + new SupervisedUserWarningInfoBarDelegate())));
|
| }
|
|
|
| SupervisedUserWarningInfoBarDelegate::SupervisedUserWarningInfoBarDelegate()
|
|
|