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

Unified Diff: media/audio/mock_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/mock_audio_manager.h
diff --git a/media/audio/mock_audio_manager.h b/media/audio/mock_audio_manager.h
index 33f7e5eace700d5d99c849bb6b6f033493cdefc9..02f36457d46086f3b45179c1313a1a3d380ecc8d 100644
--- a/media/audio/mock_audio_manager.h
+++ b/media/audio/mock_audio_manager.h
@@ -55,7 +55,7 @@ class MockAudioManager : public media::AudioManager {
std::string GetAssociatedOutputDeviceID(
const std::string& input_device_id) override;
- scoped_ptr<AudioLog> CreateAudioLog(
+ std::unique_ptr<AudioLog> CreateAudioLog(
danakj 2016/04/22 22:47:37 include memory
dcheng 2016/04/22 23:13:20 This one is weird. It's purely for an override...
AudioLogFactory::AudioComponent component) override;
protected:

Powered by Google App Engine
This is Rietveld 408576698