| Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl_unittest.cc b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| index 9fbfcfe2d77d76e71ef4f15cc98a9238247a2365..829ecd2cb9b4d5e775b53e446cce3035b0f1d3f7 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl_unittest.cc
|
| @@ -665,7 +665,7 @@ TEST_F(SyncEncryptionHandlerImplTest, SetKeystoreMigratesAndUpdatesBootstrap) {
|
| ASSERT_TRUE(
|
| GetCryptographer()->encryptor()->DecryptString(decoded_bootstrap,
|
| &decrypted_bootstrap));
|
| - JSONStringValueSerializer json(decrypted_bootstrap);
|
| + JSONStringValueDeserializer json(decrypted_bootstrap);
|
| scoped_ptr<base::Value> deserialized_keystore_keys(
|
| json.Deserialize(NULL, NULL));
|
| ASSERT_TRUE(deserialized_keystore_keys.get());
|
|
|