| Index: chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.cc b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| index 140d08c87d342eec488044172187190ab176b8ca..20d47cf931ea1c2b6ecd990bff4ec01805225f56 100644
|
| --- a/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| +++ b/chrome/browser/ui/views/content_setting_bubble_contents.cc
|
| @@ -118,7 +118,7 @@ struct ContentSettingBubbleContents::MediaMenuParts {
|
| ~MediaMenuParts();
|
|
|
| content::MediaStreamType type;
|
| - scoped_ptr<ui::SimpleMenuModel> menu_model;
|
| + std::unique_ptr<ui::SimpleMenuModel> menu_model;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MediaMenuParts);
|
|
|