Don't open new database connections in ChangeBatchIndexer

In the environment where this is used (Reindex), we already have a
Provider<ReviewDb> available, so just use it instead of tying up
another database connection.

Change-Id: Ib32bebbed7297fe9922221055b928418ad464d1c
1 file changed