| Index: chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| diff --git a/chrome/browser/ui/views/profiles/avatar_menu_button.h b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| index ced141138687731bb15a9e37d19456793464f649..e28af06fe77721bd310b17476f70cc8fb9fd7d59 100644
|
| --- a/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| @@ -70,10 +70,10 @@ class AvatarMenuButton : public views::MenuButton,
|
|
|
| BrowserView* browser_view_;
|
| bool enabled_;
|
| - scoped_ptr<ui::MenuModel> menu_model_;
|
| + std::unique_ptr<ui::MenuModel> menu_model_;
|
|
|
| // Use a scoped ptr because gfx::Image doesn't have a default constructor.
|
| - scoped_ptr<gfx::Image> icon_;
|
| + std::unique_ptr<gfx::Image> icon_;
|
| gfx::ImageSkia button_icon_;
|
| bool is_rectangle_;
|
| int old_height_;
|
|
|