| Index: content/browser/android/service_registry_android_impl.h
|
| diff --git a/content/browser/android/service_registry_android_impl.h b/content/browser/android/service_registry_android_impl.h
|
| index 888d00114473b4817e6a8753445d04dbb9e3dfc3..10e8870ec87d75ab4eeec770c317ce10e0a85410 100644
|
| --- a/content/browser/android/service_registry_android_impl.h
|
| +++ b/content/browser/android/service_registry_android_impl.h
|
| @@ -43,7 +43,6 @@ class ServiceRegistryAndroidImpl : public ServiceRegistryAndroid {
|
| jint handle) override;
|
| const base::android::ScopedJavaGlobalRef<jobject>& GetObj() override;
|
|
|
| - ServiceRegistry* service_registry_ = nullptr;
|
| shell::InterfaceRegistry* interface_registry_ = nullptr;
|
| shell::InterfaceProvider* remote_interfaces_ = nullptr;
|
| base::android::ScopedJavaGlobalRef<jobject> obj_;
|
|
|