Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: components/sync/model/metadata_batch.h

Issue 2689773002: [Sync] Replace typedef with using. (Closed)
Patch Set: [Sync] Replace typedef with using. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/model/entity_data.h ('k') | components/sync/model/mock_model_type_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « components/sync/model/entity_data.h ('k') | components/sync/model/mock_model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698