webrtc/logging/rtc_event_log
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
..
encoder Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
events Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
mock Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
output Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
DEPS Remove dependency on system_wrappers from rtc_event_log. 2018-01-19 18:04:03 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.h Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log_factory.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log_factory.h Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
icelogger.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
icelogger.h Split IceCandidatePairEventType enum. 2018-05-31 08:42:10 +00:00
rtc_event_log.cc Fix clang style errors in rtp_rtcp and dependant targets 2018-02-07 09:48:28 +00:00
rtc_event_log.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_log2.proto Reland "New protobuf format for event log."""" 2017-12-15 16:13:48 +00:00
rtc_event_log2rtp_dump.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtc_event_log2stats.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtc_event_log2text.cc Make rtc_event_log2text work on stdin if no input file specified 2018-07-04 12:42:01 +00:00
rtc_event_log_factory.cc Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
rtc_event_log_factory.h Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
rtc_event_log_factory_interface.h Provide the option of injecting rtc::TaskQueue when creating RtcEventLogImpl via factory methods. 2018-03-20 18:06:18 +00:00
rtc_event_log_impl.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
rtc_event_log_parser.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtc_event_log_parser.h Replace rtc::Optional with absl::optional 2018-06-21 09:32:56 +00:00
rtc_event_log_parser_new.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
rtc_event_log_parser_new.h Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_event_log_unittest.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
rtc_event_log_unittest_helper.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
rtc_event_log_unittest_helper.h Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.h Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00