Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: media/audio/audio_manager.h

Issue 1911913002: Convert //media/audio from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cast + windows build Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698