| Index: remoting/protocol/authenticator_test_base.cc
|
| diff --git a/remoting/protocol/authenticator_test_base.cc b/remoting/protocol/authenticator_test_base.cc
|
| index 0d34c0bb3757fbf8bdbd53426f1e7284c28fe796..321f8bb04a6ba1b37f113ca54405dbcd90cf199c 100644
|
| --- a/remoting/protocol/authenticator_test_base.cc
|
| +++ b/remoting/protocol/authenticator_test_base.cc
|
| @@ -55,7 +55,7 @@ void AuthenticatorTestBase::SetUp() {
|
| std::string key_base64;
|
| ASSERT_TRUE(base::Base64Encode(key_string, &key_base64));
|
| key_pair_ = RsaKeyPair::FromString(key_base64);
|
| - ASSERT_TRUE(key_pair_);
|
| + ASSERT_TRUE(key_pair_.get());
|
| host_public_key_ = key_pair_->GetPublicKey();
|
| }
|
|
|
|
|