commit | 73e2413865fc416dbbc034e9549eb55a384410fa | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Sat May 04 05:31:17 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Sat May 04 05:31:53 2019 -0700 |
tree | 53bfa484c15e710e29be539111e5747ef5cc0609 | |
parent | f2f91e7770f5f0f6583e5b14e98ac0e928841e72 [diff] |
Use QuicMakeUnique and QuicWrapUnique in quartc_bidi_test.cc. absl::make_unique and absl::WrapUnique were introduced in cr/246586456, but absl is not allowed in Chromium, and therefore in QUICHE. (Should we not have a presubmit test for it?) gfe-relnote: n/a. Test-only change; no functional change. PiperOrigin-RevId: 246645964 Change-Id: I351ba7329da99ba049c2c5d1ae5b28f7b6a53ca8
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.