webrtc/sdk/objc/Framework/Native/api
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
..
audio_device_module.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_device_module.mm Moving iOS Audio Device to sdk. 2018-05-15 10:33:01 +00:00
video_capturer.h Add an example app for iOS native API. 2018-03-19 09:31:06 +00:00
video_capturer.mm Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_decoder_factory.h Create experimental Obj-C++ API. 2018-02-01 16:36:24 +00:00
video_decoder_factory.mm Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_encoder_factory.h Create experimental Obj-C++ API. 2018-02-01 16:36:24 +00:00
video_encoder_factory.mm Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_frame.h Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
video_frame.mm Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
video_frame_buffer.h Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
video_frame_buffer.mm Fix native api in preparation for native_api example. 2018-03-08 13:22:13 +00:00
video_renderer.h New file api/video/BUILD.gn 2018-05-14 06:57:38 +00:00
video_renderer.mm Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00