Index: components/domain_reliability/quic_error_mapping.h |
diff --git a/components/domain_reliability/quic_error_mapping.h b/components/domain_reliability/quic_error_mapping.h |
index 4d1146bbd4bfb4945ec2ad7bb139aa265bfec912..f9d373b27d6fe42e9085b6197416cf8851f14b21 100644 |
--- a/components/domain_reliability/quic_error_mapping.h |
+++ b/components/domain_reliability/quic_error_mapping.h |
@@ -7,7 +7,7 @@ |
#include <string> |
-#include "net/quic/core/quic_protocol.h" |
+#include "net/quic/core/quic_packets.h" |
// N.B. This file and the .cc are separate from util.h/.cc so that they can be |
// independently updated by folks working on QUIC when new errors are added. |