| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 9e36ba352fc4e97d92516181904a7442cbf23ac9..7d609b2fdc2ecb7b6cf721b534b0520da4e60cab 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -340,8 +340,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool accessibility_enabled_;
|
|
|
| // Manages injecting Java objects.
|
| - scoped_ptr<GinJavaBridgeDispatcherHost>
|
| - java_bridge_dispatcher_host_;
|
| + scoped_refptr<GinJavaBridgeDispatcherHost> java_bridge_dispatcher_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl);
|
| };
|
|
|