| 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 84676f7eeec3c5ed520986820542384238ca1e42..ed51f75f976da0aaa5eb9de551916385e3579eb3 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -28,7 +28,7 @@ class WindowAndroid;
|
| }
|
|
|
| namespace content {
|
| -class JavaBridgeDispatcherHostManager;
|
| +class GinJavaBridgeDispatcherHost;
|
| class RenderWidgetHostViewAndroid;
|
| struct MenuItem;
|
|
|
| @@ -396,8 +396,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| bool accessibility_enabled_;
|
|
|
| // Manages injecting Java objects.
|
| - scoped_ptr<JavaBridgeDispatcherHostManager>
|
| - java_bridge_dispatcher_host_manager_;
|
| + scoped_ptr<GinJavaBridgeDispatcherHost>
|
| + java_bridge_dispatcher_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ContentViewCoreImpl);
|
| };
|
|
|