Automated g4 rollback of changelist 265940959.

*** Reason for rollback ***

ABSL is not supported in Chromium.

*** Original change description ***

LSC: Replace deprecated thread annotations macros.

Abseil thread annotation macros are now prefixed by ABSL_.

There is no semantic change; this is just a rename.
The edits were generated by devtools/cymbal/tools/run_clang_mr_refactor.sh

LSC documentation: go/absl-prefixed-thread-annotations-lsc
LSC approval http://b/135729553

Tested: TGP

Tested:
    TAP train for global presubmit queue
    http://test/OCL:265857045:BASE:265860626:1567005016843:25ab0419

***

PiperOrigin-RevId: 266433516
Change-Id: Ibd7f3067f2ecaeec19fd7270d6542661599ffee8
7 files changed
tree: 954f6bd8857bab67ea7a7b848a66653b0dda56d8
  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.