| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index d20d822493adb4c47ade8179f6411b93eed6db2b..3b45289d34e0bad40940836b7447f044bade8744 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -27,7 +27,7 @@
|
| #include "net/spdy/spdy_http_utils.h"
|
| #include "net/spdy/spdy_session.h"
|
| #include "net/spdy/spdy_test_util_common.h"
|
| -#include "net/ssl/default_server_bound_cert_store.h"
|
| +#include "net/ssl/default_channel_id_store.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
| @@ -111,7 +111,7 @@ class SpdyHttpStreamTest : public testing::Test,
|
| }
|
|
|
| void TestSendCredentials(
|
| - ServerBoundCertService* server_bound_cert_service,
|
| + ChannelIDService* channel_id_service,
|
| const std::string& cert,
|
| const std::string& proof);
|
|
|
|
|