webrtc/modules/audio_device
Karl Wiberg 918f50c5d1 Use absl::make_unique and absl::WrapUnique directly
Instead of going through our wrappers in ptr_util.h.

This CL was generated by the following script:

  git grep -l ptr_util | xargs perl -pi -e 's,#include "rtc_base/ptr_util.h",#include "absl/memory/memory.h",'
  git grep -l MakeUnique | xargs perl -pi -e 's,\b(rtc::)?MakeUnique\b,absl::make_unique,g'
  git grep -l WrapUnique | xargs perl -pi -e 's,\b(rtc::)?WrapUnique\b,absl::WrapUnique,g'
  git checkout -- rtc_base/ptr_util{.h,_unittest.cc}
  git cl format

Followed by manually adding dependencies on
//third_party/abseil-cpp/absl/memory until `gn check` stopped
complaining.

Bug: webrtc:9473
Change-Id: I89ccd363f070479b8c431eb2c3d404a46eaacc1c
Reviewed-on: https://webrtc-review.googlesource.com/86600
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23850}
2018-07-05 10:59:49 +00:00
..
android Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
dummy Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
include Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
ios Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
linux Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
mac Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
win Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
audio_device_buffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_device_buffer.h Delete unneeded includes of wav_file.h and file_wrapper.h. 2018-03-20 15:59:27 +00:00
audio_device_config.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_device_data_observer.cc AudioTransport: Remove PushCaptureData() method 2018-04-04 08:04:09 +00:00
audio_device_generic.cc Removes Set/GetLoudspeakerStatus APIs from the ADM. 2017-11-16 19:44:24 +00:00
audio_device_generic.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_device_impl.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
audio_device_impl.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_name.cc Ports CoreAudioUtil from Chrome to WebRTC. 2018-05-18 10:25:26 +00:00
audio_device_name.h Ports CoreAudioUtil from Chrome to WebRTC. 2018-05-18 10:25:26 +00:00
audio_device_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fine_audio_buffer.cc Adds support for new Windows ADM with limited API support. 2018-06-08 14:44:38 +00:00
fine_audio_buffer.h Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
fine_audio_buffer_unittest.cc Adds stereo support to FineAudioBuffer for mobile platforms. 2018-04-24 11:58:54 +00:00
mock_audio_device_buffer.h Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
OWNERS