| Index: chrome/browser/ui/views/tabs/alert_indicator_button.cc
|
| diff --git a/chrome/browser/ui/views/tabs/alert_indicator_button.cc b/chrome/browser/ui/views/tabs/alert_indicator_button.cc
|
| index 4decc50e2831c3d8af3324454fab97284180fcb5..e29817529e03fa91db016ee9abd0276fc34acd0a 100644
|
| --- a/chrome/browser/ui/views/tabs/alert_indicator_button.cc
|
| +++ b/chrome/browser/ui/views/tabs/alert_indicator_button.cc
|
| @@ -69,7 +69,7 @@ AlertIndicatorButton::AlertIndicatorButton(Tab* parent_tab)
|
| showing_alert_state_(TabAlertState::NONE) {
|
| DCHECK(parent_tab_);
|
| SetEventTargeter(
|
| - scoped_ptr<views::ViewTargeter>(new views::ViewTargeter(this)));
|
| + std::unique_ptr<views::ViewTargeter>(new views::ViewTargeter(this)));
|
| }
|
|
|
| AlertIndicatorButton::~AlertIndicatorButton() {}
|
|
|