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

Unified Diff: components/sync/model/entity_change.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/data_type_error_handler_impl.h ('k') | components/sync/model/entity_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/entity_change.h
diff --git a/components/sync/model/entity_change.h b/components/sync/model/entity_change.h
index a0da66b247c00d8175f5b18988c7efb0daeeef41..408f370d54196da122bbf7feb691ded0c8e1d48c 100644
--- a/components/sync/model/entity_change.h
+++ b/components/sync/model/entity_change.h
@@ -39,7 +39,7 @@ class EntityChange {
EntityDataPtr data_;
};
-typedef std::vector<EntityChange> EntityChangeList;
+using EntityChangeList = std::vector<EntityChange>;
} // namespace syncer
« no previous file with comments | « components/sync/model/data_type_error_handler_impl.h ('k') | components/sync/model/entity_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698