| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc
|
| index 879c5033d0e5665e13b0090073eb6a5183914c78..5a7161c90c25e64a78ff633d879f5dab5b9d61d2 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc
|
| @@ -48,9 +48,9 @@ class EasyUnlockPrivateCryptoDelegateStub
|
| } // namespace
|
|
|
| // static
|
| -scoped_ptr<EasyUnlockPrivateCryptoDelegate>
|
| - EasyUnlockPrivateCryptoDelegate::Create() {
|
| - return scoped_ptr<EasyUnlockPrivateCryptoDelegate>(
|
| +std::unique_ptr<EasyUnlockPrivateCryptoDelegate>
|
| +EasyUnlockPrivateCryptoDelegate::Create() {
|
| + return std::unique_ptr<EasyUnlockPrivateCryptoDelegate>(
|
| new EasyUnlockPrivateCryptoDelegateStub());
|
| }
|
|
|
|
|