| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| index 41c171cba9023eb08c69adec2e27c906f10e8279..7c90855a11e47aea7dcb79e62a4a499a6a262208 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| @@ -127,7 +127,7 @@ class OmniboxPopupContentsView : public views::View,
|
|
|
| OmniboxResultView* result_view_at(size_t i);
|
|
|
| - scoped_ptr<OmniboxPopupModel> model_;
|
| + std::unique_ptr<OmniboxPopupModel> model_;
|
|
|
| // The popup that contains this view. We create this, but it deletes itself
|
| // when its window is destroyed. This is a WeakPtr because it's possible for
|
|
|