| Index: components/sync/model/metadata_batch.h
|
| diff --git a/components/sync/model/metadata_batch.h b/components/sync/model/metadata_batch.h
|
| index 03a94d8f796976e0308f04f483ae7cc68981dbe1..294544fd7aa715642cedfe2489aac5404f967f75 100644
|
| --- a/components/sync/model/metadata_batch.h
|
| +++ b/components/sync/model/metadata_batch.h
|
| @@ -14,7 +14,7 @@
|
| namespace syncer {
|
|
|
| // Map of storage keys to EntityMetadata proto.
|
| -typedef std::map<std::string, sync_pb::EntityMetadata> EntityMetadataMap;
|
| +using EntityMetadataMap = std::map<std::string, sync_pb::EntityMetadata>;
|
|
|
| // Container used to pass sync metadata from services to their processor.
|
| class MetadataBatch {
|
|
|