| Index: chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
|
| index a5ffe5074c38f43d4f8049cc23705b7e8f3a9fa9..90b3effa72bb2542abdd4ca7e1c1786a2b24b4b0 100644
|
| --- a/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
|
| +++ b/chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
|
| @@ -55,7 +55,7 @@ class PepperPlatformVerificationMessageFilter
|
| int render_view_id_;
|
|
|
| // Must only be accessed on the UI thread.
|
| - scoped_ptr<chromeos::attestation::PlatformVerificationFlow> pv_;
|
| + scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PepperPlatformVerificationMessageFilter);
|
| };
|
|
|