Use SchemaFactory instead of Provider in DbGroupMemberAuditListener

Using Provider<ReviewDb> causes ProvisionException when running the
tests:

 Automatic ReviewDb only available in request scope

Change it to SchemaFactory<ReviewDb>.

Change-Id: I342bce45ac66a5d6c602f92059bed15abdbf4f11
1 file changed