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

Unified Diff: components/sync/engine_impl/commit_processor.cc

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/commit.h ('k') | components/sync/engine_impl/debug_info_event_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/commit_processor.cc
diff --git a/components/sync/engine_impl/commit_processor.cc b/components/sync/engine_impl/commit_processor.cc
index a3177694b5ed57b3114e56c7780c4c71ec6bdc10..05f9b028e4fb77f9d43818b506a0af9f4cd32538 100644
--- a/components/sync/engine_impl/commit_processor.cc
+++ b/components/sync/engine_impl/commit_processor.cc
@@ -14,7 +14,7 @@
namespace syncer {
-typedef std::map<ModelType, size_t> TypeToIndexMap;
+using TypeToIndexMap = std::map<ModelType, size_t>;
CommitProcessor::CommitProcessor(CommitContributorMap* commit_contributor_map)
: commit_contributor_map_(commit_contributor_map) {}
« no previous file with comments | « components/sync/engine_impl/commit.h ('k') | components/sync/engine_impl/debug_info_event_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698