Remove third_party/quiche/common/platform/api/quiche_string_view.h.

I created this temporary workaround so that Abseil headers can be transitively
included in Chromium where they are banned.  I did this before I learned that a
much cleaner way to do this is to add an exception to a DEPS file.

PiperOrigin-RevId: 365887358
Change-Id: I75bf7df92b1a6dcdc59390604399436837d5d72f
1 file changed
tree: c83eb61d71b28813f5a711b47e09eacb15b310b0
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.