mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 22:30:40 +01:00
![]() 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} |
||
---|---|---|
.. | ||
agc | ||
barcode_tools | ||
converter | ||
event_log_visualizer | ||
force_mic_volume_max | ||
frame_analyzer | ||
frame_editing | ||
loopback_test | ||
network_tester | ||
psnr_ssim_analyzer | ||
py_event_log_analyzer | ||
rtcbot | ||
testing | ||
unpack_aecdump | ||
author_line_count.sh | ||
BUILD.gn | ||
class_usage.sh | ||
compare_videos.py | ||
DEPS | ||
header_usage.sh | ||
OWNERS | ||
sanitizers_unittest.cc | ||
simple_command_line_parser.cc | ||
simple_command_line_parser.h | ||
simple_command_line_parser_unittest.cc | ||
video_analysis.py | ||
video_analysis_test.py |