| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 9c0edf41a53d844f84ce631cc7be3c6758a42b6f..f49b63d46c16f1159ce941d0d8dfc87791c8bf55 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -23,7 +23,6 @@
|
| #include "net/quic/quic_crypto_stream.h"
|
| #include "net/quic/quic_http_stream.h"
|
| #include "net/quic/quic_protocol.h"
|
| -#include "net/quic/quic_session_key.h"
|
|
|
| namespace net {
|
|
|
| @@ -37,6 +36,7 @@ class QuicConnectionHelper;
|
| class QuicCryptoClientStreamFactory;
|
| class QuicRandom;
|
| class QuicServerInfoFactory;
|
| +class QuicSessionKey;
|
| class QuicStreamFactory;
|
|
|
| namespace test {
|
|
|