aboutsummaryrefslogtreecommitdiff
path: root/modules/audio_mixer/audio_mixer_impl.h
diff options
context:
space:
mode:
authorMirko Bonadei <mbonadei@webrtc.org>2019-01-25 20:26:48 +0100
committerCommit Bot <commit-bot@chromium.org>2019-01-25 20:29:58 +0000
commitd970807e0c6cb1bf958f1a33513f86ff91dcfcb4 (patch)
treed70c29b2d32bfa994b7d47f576760cfb39d2287b /modules/audio_mixer/audio_mixer_impl.h
parent9444f3a8c8e843080f6c8191cccfeab86676fe74 (diff)
downloadwebrtc-d970807e0c6cb1bf958f1a33513f86ff91dcfcb4.tar.gz
Remove rtc_base/scoped_ref_ptr.h.
The type rtc::scoped_refptr<T> is now part of api/. Please include it from api/scoped_refptr.h. More info: See: https://groups.google.com/forum/#!topic/discuss-webrtc/Mme2MSz4z4o. Bug: webrtc:9887, webrtc:8205 No-Try: True Change-Id: Ic6c7c81e226e59f12f7933e472f573ae097b55bf Reviewed-on: https://webrtc-review.googlesource.com/c/119041 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26414}
Diffstat (limited to 'modules/audio_mixer/audio_mixer_impl.h')
-rw-r--r--modules/audio_mixer/audio_mixer_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio_mixer/audio_mixer_impl.h b/modules/audio_mixer/audio_mixer_impl.h
index 94361c739e..c38aff2f59 100644
--- a/modules/audio_mixer/audio_mixer_impl.h
+++ b/modules/audio_mixer/audio_mixer_impl.h
@@ -17,12 +17,12 @@
#include "api/audio/audio_frame.h"
#include "api/audio/audio_mixer.h"
+#include "api/scoped_refptr.h"
#include "modules/audio_mixer/frame_combiner.h"
#include "modules/audio_mixer/output_rate_calculator.h"
#include "rtc_base/constructor_magic.h"
#include "rtc_base/critical_section.h"
#include "rtc_base/race_checker.h"
-#include "rtc_base/scoped_ref_ptr.h"
#include "rtc_base/thread_annotations.h"
namespace webrtc {