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
1 file changed
tree: 53bfa484c15e710e29be539111e5747ef5cc0609
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.