| Index: components/infobars/core/infobar.cc
|
| diff --git a/components/infobars/core/infobar.cc b/components/infobars/core/infobar.cc
|
| index 840cfe7a865a0a4d7f93a372e11dee07fc5752e3..f71717403070d1387d216b1a3be104f88a52f981 100644
|
| --- a/components/infobars/core/infobar.cc
|
| +++ b/components/infobars/core/infobar.cc
|
| @@ -16,7 +16,7 @@
|
|
|
| namespace infobars {
|
|
|
| -InfoBar::InfoBar(scoped_ptr<InfoBarDelegate> delegate)
|
| +InfoBar::InfoBar(std::unique_ptr<InfoBarDelegate> delegate)
|
| : owner_(NULL),
|
| delegate_(std::move(delegate)),
|
| container_(NULL),
|
|
|