| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 57017ee79138cc377cc3d3897bfb130523fa47a4..d7fa233ff233b045647a57996f7b87c7623f5759 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -22,7 +22,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 {
|
|
|
| @@ -36,6 +35,7 @@ class QuicConnectionHelper;
|
| class QuicCryptoClientStreamFactory;
|
| class QuicRandom;
|
| class QuicServerInfoFactory;
|
| +class QuicSessionKey;
|
| class QuicStreamFactory;
|
|
|
| namespace test {
|
|
|