| 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..163081e4204fcd6e9cf391028e7452e605c413d7 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_observer.cc
|
| @@ -100,8 +100,8 @@ class SupervisedUserWarningInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| // static
|
| infobars::InfoBar* SupervisedUserWarningInfoBarDelegate::Create(
|
| InfoBarService* infobar_service) {
|
| - return infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| - scoped_ptr<ConfirmInfoBarDelegate>(
|
| + return infobar_service->AddInfoBar(
|
| + infobar_service->CreateConfirmInfoBar(scoped_ptr<ConfirmInfoBarDelegate>(
|
| new SupervisedUserWarningInfoBarDelegate())));
|
| }
|
|
|
|
|