| 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 5410bebd4735c8fac531c2465715e63776afb300..b816899be16ce054092998f59646590a834f2608 100644
|
| --- a/components/sync/engine_impl/process_updates_util.h
|
| +++ b/components/sync/engine_impl/process_updates_util.h
|
| @@ -25,7 +25,7 @@ class ModelNeutralWriteTransaction;
|
| class Directory;
|
| }
|
|
|
| -typedef std::vector<const sync_pb::SyncEntity*> SyncEntityList;
|
| +using SyncEntityList = std::vector<const sync_pb::SyncEntity*>;
|
|
|
| // Processes all the updates associated with a single ModelType.
|
| void ProcessDownloadedUpdates(syncable::Directory* dir,
|
|
|