| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| index 69e2186f9dc677ae16e657bba0a414ea0b2e534a..1a7d6beba01084c248526f6f0c414585948ba876 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| @@ -74,7 +74,7 @@ void ProfileListChromeOS::RebuildMenu() {
|
| icon = profiles::GetAvatarIconForMenu(icon, true);
|
| }
|
|
|
| - scoped_ptr<AvatarMenu::Item> item(
|
| + std::unique_ptr<AvatarMenu::Item> item(
|
| new AvatarMenu::Item(items_.size(), entry->GetPath(), icon));
|
| item->name = user->GetDisplayName();
|
| item->username = entry->GetUserName();
|
|
|