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}
This commit is contained in:
committed by
Commit Bot
parent
9444f3a8c8
commit
d970807e0c
@ -48,6 +48,7 @@ if (is_android) {
|
||||
|
||||
deps = [
|
||||
":generated_jni",
|
||||
"../../api:scoped_refptr",
|
||||
"//api:libjingle_peerconnection_api",
|
||||
"//api/audio_codecs:builtin_audio_decoder_factory",
|
||||
"//api/audio_codecs:builtin_audio_encoder_factory",
|
||||
|
||||
@ -17,8 +17,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "api/peer_connection_interface.h"
|
||||
#include "api/scoped_refptr.h"
|
||||
#include "rtc_base/critical_section.h"
|
||||
#include "rtc_base/scoped_ref_ptr.h"
|
||||
#include "rtc_base/thread_checker.h"
|
||||
#include "sdk/android/native_api/jni/scoped_java_ref.h"
|
||||
#include "sdk/android/native_api/video/video_source.h"
|
||||
|
||||
Reference in New Issue
Block a user