Remove IntervalItem from anonymous namespace.

This way it will get external linkage, eliminating linker errors on Windows.

Also rename to TestIntervalItem to reduce change of future namespace collisions.

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 293174367
Change-Id: I37ce00b342a9bb4cee812ebb989d79580bfc08aa
1 file changed
tree: 863d404fdd3d4ae2edfae9b1a509e74bb3498d3b
  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.