| Index: ios/chrome/browser/infobars/infobar.mm
|
| diff --git a/ios/chrome/browser/infobars/infobar.mm b/ios/chrome/browser/infobars/infobar.mm
|
| index 00ae46b66429829e43f7ac4e7f724fb30f038b27..6851a77ab897878fa5ba92cc493a6b841843c5cd 100644
|
| --- a/ios/chrome/browser/infobars/infobar.mm
|
| +++ b/ios/chrome/browser/infobars/infobar.mm
|
| @@ -16,7 +16,7 @@
|
| using infobars::InfoBar;
|
| using infobars::InfoBarDelegate;
|
|
|
| -InfoBarIOS::InfoBarIOS(scoped_ptr<InfoBarDelegate> delegate)
|
| +InfoBarIOS::InfoBarIOS(std::unique_ptr<InfoBarDelegate> delegate)
|
| : InfoBar(std::move(delegate)) {}
|
|
|
| InfoBarIOS::~InfoBarIOS() {
|
|
|