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

Unified Diff: components/sync/base/extensions_activity.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/base/enum_set_unittest.cc ('k') | components/sync/base/immutable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/extensions_activity.h
diff --git a/components/sync/base/extensions_activity.h b/components/sync/base/extensions_activity.h
index 1d3c8848b1c9c3d937ff4d0878f26f9dfa57a598..fa16bab0a6f4e7e4d2e84b156d5890c1781eccde 100644
--- a/components/sync/base/extensions_activity.h
+++ b/components/sync/base/extensions_activity.h
@@ -35,7 +35,7 @@ class ExtensionsActivity
uint32_t bookmark_write_count;
};
- typedef std::map<std::string, Record> Records;
+ using Records = std::map<std::string, Record>;
ExtensionsActivity();
« no previous file with comments | « components/sync/base/enum_set_unittest.cc ('k') | components/sync/base/immutable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698