| Index: net/quic/quic_crypto_server_stream_test.cc
|
| diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
|
| index c2e8bf85f36b0cc345c3ce893b39dbb336131b54..98492f19ebc26edfd941e80a4c6bde3037315e8f 100644
|
| --- a/net/quic/quic_crypto_server_stream_test.cc
|
| +++ b/net/quic/quic_crypto_server_stream_test.cc
|
| @@ -41,7 +41,7 @@ class QuicCryptoServerConfigPeer {
|
| public:
|
| static string GetPrimaryOrbit(const QuicCryptoServerConfig& config) {
|
| base::AutoLock lock(config.configs_lock_);
|
| - CHECK(config.primary_config_ != NULL);
|
| + CHECK(config.primary_config_.get() != NULL);
|
| return string(reinterpret_cast<const char*>(config.primary_config_->orbit),
|
| kOrbitSize);
|
| }
|
|
|