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
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.