| Index: ui/app_list/search_box_model.cc
|
| diff --git a/ui/app_list/search_box_model.cc b/ui/app_list/search_box_model.cc
|
| index 3828facfba7a501877c63913ce1c85d1b3b0183e..e8494de58d6dc4c3b7ef6c05ccbbe4f9e6462032 100644
|
| --- a/ui/app_list/search_box_model.cc
|
| +++ b/ui/app_list/search_box_model.cc
|
| @@ -39,7 +39,7 @@ void SearchBoxModel::SetIcon(const gfx::ImageSkia& icon) {
|
| }
|
|
|
| void SearchBoxModel::SetSpeechRecognitionButton(
|
| - scoped_ptr<SearchBoxModel::SpeechButtonProperty> speech_button) {
|
| + std::unique_ptr<SearchBoxModel::SpeechButtonProperty> speech_button) {
|
| speech_button_ = std::move(speech_button);
|
| FOR_EACH_OBSERVER(SearchBoxModelObserver,
|
| observers_,
|
|
|