| Index: components/policy/core/browser/android/policy_converter.cc
|
| diff --git a/components/policy/core/browser/android/policy_converter.cc b/components/policy/core/browser/android/policy_converter.cc
|
| index 5a410947861707cce15370d56a4d503e4cbf8d81..972467e1f959b7d07816fc31c3cc020c88824fa2 100644
|
| --- a/components/policy/core/browser/android/policy_converter.cc
|
| +++ b/components/policy/core/browser/android/policy_converter.cc
|
| @@ -39,7 +39,7 @@ PolicyConverter::PolicyConverter(const Schema* policy_schema)
|
|
|
| PolicyConverter::~PolicyConverter() {
|
| Java_PolicyConverter_onNativeDestroyed(base::android::AttachCurrentThread(),
|
| - java_obj_.obj());
|
| + java_obj_);
|
| }
|
|
|
| std::unique_ptr<PolicyBundle> PolicyConverter::GetPolicyBundle() {
|
|
|