summaryrefslogtreecommitdiffstats
path: root/sync/engine/process_updates_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/process_updates_util.h')
-rw-r--r--sync/engine/process_updates_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sync/engine/process_updates_util.h b/sync/engine/process_updates_util.h
index 4cbd103..9564d86 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.