| Index: sync/internal_api/sync_encryption_handler_impl.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.cc b/sync/internal_api/sync_encryption_handler_impl.cc
|
| index 7bd10b9704503a65893230d19d958cef0ab8d5fd..c7364353289b78cd67c166cc25d6053449192735 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.cc
|
| @@ -177,7 +177,7 @@ bool UnpackKeystoreBootstrapToken(
|
| }
|
|
|
| JSONStringValueDeserializer json(decrypted_keystore_bootstrap);
|
| - scoped_ptr<base::Value> deserialized_keystore_keys(
|
| + std::unique_ptr<base::Value> deserialized_keystore_keys(
|
| json.Deserialize(NULL, NULL));
|
| if (!deserialized_keystore_keys)
|
| return false;
|
|
|