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

Unified Diff: media/cast/test/utility/audio_utility.h

Issue 1905763002: Convert //media/cast from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/cast/test/simulator.cc ('k') | media/cast/test/utility/audio_utility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/test/utility/audio_utility.h
diff --git a/media/cast/test/utility/audio_utility.h b/media/cast/test/utility/audio_utility.h
index d1a4ca0569c41eb7d7ee2dbd354b56816d9532e2..027e0fb31aba61e9cfbf5840b844d8a70a7d504c 100644
--- a/media/cast/test/utility/audio_utility.h
+++ b/media/cast/test/utility/audio_utility.h
@@ -34,7 +34,7 @@ class TestAudioBusFactory {
// Creates a new AudioBus of the given |duration|, filled with the next batch
// of sine wave samples.
- scoped_ptr<AudioBus> NextAudioBus(const base::TimeDelta& duration);
+ std::unique_ptr<AudioBus> NextAudioBus(const base::TimeDelta& duration);
// A reasonable test tone.
static const int kMiddleANoteFreq = 440;
« no previous file with comments | « media/cast/test/simulator.cc ('k') | media/cast/test/utility/audio_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698