webrtc/rtc_tools
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
..
agc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
barcode_tools Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
converter Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event_log_visualizer Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
force_mic_volume_max Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
frame_analyzer Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
frame_editing Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
loopback_test Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
network_tester Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
psnr_ssim_analyzer Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
py_event_log_analyzer Fix path to proto in py_event_log_analyzer/pb_parse.py 2018-03-19 07:42:35 +00:00
rtcbot Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
testing Fix path to AppRTC/collider on Windows 2018-04-04 14:47:40 +00:00
unpack_aecdump Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
author_line_count.sh Fix awk gensub call in author_line_count.sh script. 2017-12-06 08:16:12 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
class_usage.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
compare_videos.py Store video_quality_loopback_test perf results in Chart JSON format. 2018-01-30 16:48:59 +00:00
DEPS Including libyuv headers using fully qualified paths. 2017-12-11 15:51:26 +00:00
header_usage.sh header_usage.sh: Keep leading directory for grep. 2017-10-19 13:46:51 +00:00
OWNERS Expand ownership of rtc_tools. 2017-11-06 11:13:26 +00:00
sanitizers_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
simple_command_line_parser.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simple_command_line_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simple_command_line_parser_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
video_analysis.py Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_analysis_test.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00