| Index: sync/engine/process_updates_util.h
|
| diff --git a/sync/engine/process_updates_util.h b/sync/engine/process_updates_util.h
|
| index 4cbd103beb6ad866537295c56701649548dcd7ca..9564d86ff996f501fd8a77880ef38ce662f89317 100644
|
| --- a/sync/engine/process_updates_util.h
|
| +++ b/sync/engine/process_updates_util.h
|
| @@ -24,6 +24,8 @@ class ModelNeutralWriteTransaction;
|
| class Directory;
|
| }
|
|
|
| +struct UpdateCounters;
|
| +
|
| typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
|
|
|
| // Processes all the updates associated with a single ModelType.
|
| @@ -32,7 +34,8 @@ void ProcessDownloadedUpdates(
|
| syncable::ModelNeutralWriteTransaction* trans,
|
| ModelType type,
|
| const SyncEntityList& applicable_updates,
|
| - sessions::StatusController* status);
|
| + sessions::StatusController* status,
|
| + UpdateCounters* counters);
|
|
|
| // Tombstones all entries of |type| whose versions are older than
|
| // |version_watermark| unless they are type root or unsynced/unapplied.
|
|
|