Make all protected methods and members of SetHostPathFromBase private. The style guide requires private members and since there are no subclasses, private and protected are effectively the same thing.

gfe-relnote: n/a - C++ visibility only
PiperOrigin-RevId: 285297947
Change-Id: I219d7772fcae7d3470295457a2015d134a076933
1 file changed
tree: 8d7901abea29a7e7205f1ecb2cc29b54a6a3cc7d
  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.