diff options
author | rch <rch@chromium.org> | 2015-04-18 09:56:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-18 16:57:17 +0000 |
commit | 701b7d83cbe036564a142785e2324e38dcc50fb6 (patch) | |
tree | 5a19cb30dd8afc25c1d23a8109dbf81b57d8f725 /net/quic/quic_packet_generator.h | |
parent | 1f9ed9bdbc52499ef7146a6a0d2eaf345b02180b (diff) | |
download | chromium_src-701b7d83cbe036564a142785e2324e38dcc50fb6.zip chromium_src-701b7d83cbe036564a142785e2324e38dcc50fb6.tar.gz chromium_src-701b7d83cbe036564a142785e2324e38dcc50fb6.tar.bz2 |
Various cleanups of QUIC code to keep in sync with internal versions.
Review URL: https://codereview.chromium.org/1041323002
Cr-Commit-Position: refs/heads/master@{#325786}
Diffstat (limited to 'net/quic/quic_packet_generator.h')
-rw-r--r-- | net/quic/quic_packet_generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h index fd17626..762a798 100644 --- a/net/quic/quic_packet_generator.h +++ b/net/quic/quic_packet_generator.h @@ -55,7 +55,6 @@ #include <list> -#include "base/containers/hash_tables.h" #include "net/quic/quic_ack_notifier.h" #include "net/quic/quic_packet_creator.h" #include "net/quic/quic_sent_packet_manager.h" |