commit | 82ee4d30bf5a1e8bfd0c2751b19af151a4b203bd | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Thu Apr 16 06:22:31 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 16 06:23:25 2020 -0700 |
tree | 6050dc588d2ef9d3b86d40021238273fddfa86bd | |
parent | c1873ae141f0c494270d347fe9d8cdf5f4992940 [diff] |
Fix implicit includes through string_piece.h The code was relying on string_piece.h to provide the (D)CHECK macros and std::vector (via logging.h). Include the appropriate headers instead. This is motivated by a Chromium change which will make string_piece.h no longer include logging.h. gfe-relnote: n/a (include fix only) PiperOrigin-RevId: 306832924 Change-Id: I7618f6e80ad696a46ecbf36a1f11c6b04c9bb6a5