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 {