| Index: components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc
|
| diff --git a/components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc b/components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc
|
| index c8ad5ddc584f9c79b073ea76886378d58a230948..480906c42c2d8ebd3b0a632398698bee50abd877 100644
|
| --- a/components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc
|
| +++ b/components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc
|
| @@ -276,7 +276,7 @@ TEST_F(GCMEncryptionProviderTest, EncryptionRoundTrip) {
|
|
|
| // Encrypts the |kExampleMessage| using the generated shared key and the
|
| // random |salt|, storing the result in |record_size| and the message.
|
| - GCMMessageCryptographer cryptographer;
|
| + GCMMessageCryptographer cryptographer(pair.public_key(), server_pair.public_key());
|
| ASSERT_TRUE(cryptographer.Encrypt(kExampleMessage, shared_secret, salt,
|
| &record_size, &message.raw_data));
|
|
|
|
|