| Index: components/sync/engine_impl/process_updates_util.h
|
| diff --git a/components/sync/engine_impl/process_updates_util.h b/components/sync/engine_impl/process_updates_util.h
|
| index aaf224cc111a3b98c9ff59c14d888e0354ce7c43..5410bebd4735c8fac531c2465715e63776afb300 100644
|
| --- a/components/sync/engine_impl/process_updates_util.h
|
| +++ b/components/sync/engine_impl/process_updates_util.h
|
| @@ -17,17 +17,14 @@ class SyncEntity;
|
|
|
| namespace syncer {
|
|
|
| -namespace sessions {
|
| class StatusController;
|
| -}
|
| +struct UpdateCounters;
|
|
|
| namespace syncable {
|
| class ModelNeutralWriteTransaction;
|
| class Directory;
|
| }
|
|
|
| -struct UpdateCounters;
|
| -
|
| typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
|
|
|
| // Processes all the updates associated with a single ModelType.
|
| @@ -35,7 +32,7 @@ void ProcessDownloadedUpdates(syncable::Directory* dir,
|
| syncable::ModelNeutralWriteTransaction* trans,
|
| ModelType type,
|
| const SyncEntityList& applicable_updates,
|
| - sessions::StatusController* status,
|
| + StatusController* status,
|
| UpdateCounters* counters);
|
|
|
| // Tombstones all entries of |type| whose versions are older than
|
|
|