| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc
|
| index 5a18d9e0bc10a794dfe232bca4f64830dfca254a..f5b0d11a75cee35a8c02d2ccb481c23e4439d875 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_delegate_chromeos.cc
|
| @@ -93,7 +93,7 @@ class EasyUnlockPrivateCryptoDelegateChromeOS
|
| }
|
|
|
| private:
|
| - scoped_ptr<chromeos::EasyUnlockClient> dbus_client_;
|
| + chromeos::EasyUnlockClient* dbus_client_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(EasyUnlockPrivateCryptoDelegateChromeOS);
|
| };
|
|
|