Chromium Code Reviews| Index: media/audio/audio_manager.h |
| diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h |
| index 41425813cc538a2532e4abb602a4de5a73ec9a06..bf8b429de690c24669864fde102ec24febeddba7 100644 |
| --- a/media/audio/audio_manager.h |
| +++ b/media/audio/audio_manager.h |
| @@ -255,7 +255,7 @@ class MEDIA_EXPORT AudioManager { |
| // Create a new AudioLog object for tracking the behavior for one or more |
| // instances of the given component. See AudioLogFactory for more details. |
| - virtual scoped_ptr<AudioLog> CreateAudioLog( |
| + virtual std::unique_ptr<AudioLog> CreateAudioLog( |
|
danakj
2016/04/22 22:47:36
include memory
dcheng
2016/04/22 23:13:19
Already included by some kind soul
|
| AudioLogFactory::AudioComponent component) = 0; |
| protected: |