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

Unified Diff: components/sync/engine_impl/process_updates_util.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/engine_impl/model_type_registry.h ('k') | components/sync/engine_impl/sync_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « components/sync/engine_impl/model_type_registry.h ('k') | components/sync/engine_impl/sync_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698