| Index: components/policy/core/common/schema_map.cc
|
| diff --git a/components/policy/core/common/schema_map.cc b/components/policy/core/common/schema_map.cc
|
| index 19898c7091449db253b1a1f01c1eba015f23fcb9..8485b41589e4008114a631acdaef31c708e67377 100644
|
| --- a/components/policy/core/common/schema_map.cc
|
| +++ b/components/policy/core/common/schema_map.cc
|
| @@ -105,7 +105,7 @@ bool SchemaMap::HasComponents() const {
|
| void SchemaMap::GetChanges(const scoped_refptr<SchemaMap>& older,
|
| PolicyNamespaceList* removed,
|
| PolicyNamespaceList* added) const {
|
| - GetNamespacesNotInOther(older, added);
|
| + GetNamespacesNotInOther(older.get(), added);
|
| older->GetNamespacesNotInOther(this, removed);
|
| }
|
|
|
|
|