Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index dd0f5f9963326764dc0ae0c13b13f785691323d9..5cea559ab014edfc86a23e5f1df3cc9abd04c2c9 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -38,7 +38,7 @@ class QuicRandom; |
class QuicServerInfoFactory; |
class QuicServerId; |
class QuicStreamFactory; |
-class ServerBoundCertService; |
+class ChannelIDService; |
wtc
2014/07/01 19:50:52
List in alphabetical order.
Ryan Hamilton
2014/07/21 19:12:09
Done.
|
namespace test { |
class QuicStreamFactoryPeer; |
@@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
ClientSocketFactory* client_socket_factory, |
base::WeakPtr<HttpServerProperties> http_server_properties, |
CertVerifier* cert_verifier, |
- ServerBoundCertService* server_bound_cert_service, |
+ ChannelIDService* channel_id_service, |
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory, |
QuicRandom* random_generator, |
QuicClock* clock, |