webrtc/sdk/android/native_api
Tommi 87f7090fd9 Replace more instances of rtc::RefCountedObject with make_ref_counted.
This is essentially replacing `new rtc::RefCountedObject` with
`rtc::make_ref_counted` in many files. In a couple of places I
made minor tweaks to make things compile such as adding parenthesis
when they were missing.

Bug: webrtc:12701
Change-Id: I3828dbf3ee0eb0232f3a47067474484ac2f4aed2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215973
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33852}
2021-04-27 17:01:59 +00:00
..
audio_device_module Move some RTC_LOG to RTC_DLOG. 2021-01-28 10:05:00 +00:00
base Removing NetworkMonitorFactory static global. 2020-08-13 20:50:23 +00:00
codecs Expose java to native conversion of bitrate limits in public API. 2020-04-08 07:38:59 +00:00
jni Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
network_monitor Move Android network monitor to separate target/directory. 2020-08-04 20:16:07 +00:00
peerconnection Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." 2020-08-01 00:36:27 +00:00
stacktrace Migrate to webrtc::GlobalMutex. 2020-07-15 10:32:20 +00:00
video Replace more instances of rtc::RefCountedObject with make_ref_counted. 2021-04-27 17:01:59 +00:00
DEPS Move android audio device code into sdk/android 2018-03-20 16:04:33 +00:00