| Index: ash/system/audio/tray_audio.cc
|
| diff --git a/ash/system/audio/tray_audio.cc b/ash/system/audio/tray_audio.cc
|
| index 975d692dfe21e3d68d46d78cfcda9c80bf28286d..cfdfc0e94fbf63299a5d5357a94ff75459da365f 100644
|
| --- a/ash/system/audio/tray_audio.cc
|
| +++ b/ash/system/audio/tray_audio.cc
|
| @@ -42,7 +42,7 @@
|
| namespace ash {
|
|
|
| TrayAudio::TrayAudio(SystemTray* system_tray,
|
| - scoped_ptr<system::TrayAudioDelegate> audio_delegate)
|
| + std::unique_ptr<system::TrayAudioDelegate> audio_delegate)
|
| : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_VOLUME_MUTE),
|
| audio_delegate_(std::move(audio_delegate)),
|
| volume_view_(NULL),
|
|
|