commit | 27cc77120f34e7d46184b24df77bbc5f98e74520 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <[email protected]> | Thu Jan 24 11:50:14 2019 |
committer | Commit Bot <[email protected]> | Thu Jan 24 11:50:14 2019 |
tree | bc09d1f4ae2dacd5bd8c98ac272d2fcbd50f443f | |
parent | fe62e26e336b55a929cf19f24f499f9fe00bb63e [diff] [blame] |
Switch net/third_party/spdy to be exported via QUICHE. [email protected] Change-Id: Ice7bfcd52126101d273d8dc3adf455d25cb84830 Reviewed-on: https://chromium-review.googlesource.com/c/1423417 Reviewed-by: Misha Efimov <[email protected]> Reviewed-by: Ryan Hamilton <[email protected]> Commit-Queue: Victor Vasiliev <[email protected]> Cr-Commit-Position: refs/heads/master@{#625609}
diff --git a/net/quic/quic_http_utils.h b/net/quic/quic_http_utils.h index 6e763c96..32ca7923 100644 --- a/net/quic/quic_http_utils.h +++ b/net/quic/quic_http_utils.h
@@ -10,8 +10,8 @@ #include "net/base/request_priority.h" #include "net/log/net_log_capture_mode.h" #include "net/third_party/quic/core/quic_packets.h" -#include "net/third_party/spdy/core/spdy_header_block.h" -#include "net/third_party/spdy/core/spdy_protocol.h" +#include "net/third_party/quiche/src/spdy/core/spdy_header_block.h" +#include "net/third_party/quiche/src/spdy/core/spdy_protocol.h" namespace net {