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

Unified Diff: content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc

Issue 2763383002: Switching AudioInputDeviceManager from using AudioManager interface to AudioSystem one. (Closed)
Patch Set: Created 3 years, 9 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: content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc b/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
index c6631d2cd5595493b79b09727cb1344d294d5058..b5d18c50c761677cc6f1658d68787e4c18c41213 100644
--- a/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
+++ b/content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc
@@ -142,7 +142,7 @@ class AudioOutputAuthorizationHandlerTest : public testing::Test {
std::unique_ptr<AudioManagerThread> audio_thread_;
media::FakeAudioLogFactory log_factory_;
media::ScopedAudioManagerPtr audio_manager_;
- std::unique_ptr<media::AudioSystem> audio_system_;
+ media::AudioSystem::UniquePtr audio_system_;
DISALLOW_COPY_AND_ASSIGN(AudioOutputAuthorizationHandlerTest);
};

Powered by Google App Engine
This is Rietveld 408576698