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

Unified Diff: components/sync/base/sync_prefs.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
Index: components/sync/base/sync_prefs.h
diff --git a/components/sync/base/sync_prefs.h b/components/sync/base/sync_prefs.h
index 77bff6c88bb7b04ba0efbb46b9df127262ce5516..52701501c480269db7e21120660cf11944bc5e77 100644
--- a/components/sync/base/sync_prefs.h
+++ b/components/sync/base/sync_prefs.h
@@ -217,7 +217,7 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe),
// APP_SETTINGS }
// pref_groups_[EXTENSIONS] = { EXTENSION_SETTINGS }
// etc.
- typedef std::map<ModelType, ModelTypeSet> PrefGroupsMap;
+ using PrefGroupsMap = std::map<ModelType, ModelTypeSet>;
PrefGroupsMap pref_groups_;
DISALLOW_COPY_AND_ASSIGN(SyncPrefs);
« no previous file with comments | « components/sync/base/proto_value_ptr_unittest.cc ('k') | components/sync/device_info/device_count_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698