Automated g4 rollback of changelist 265958257.

*** 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 --sample ran all affected tests and none failed
    http://test/OCL:265862636:BASE:265839422:1566982650751:76646382

***

PiperOrigin-RevId: 266428140
Change-Id: I6ce0481667cde032ea9df2a9f6a0d04357c22856
1 file changed
tree: f98744ca987fe1df169488da0f4165c7010a079f
  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.