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

Unified Diff: components/sync/syncable/metahandle_set.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/syncable/entry_kernel.h ('k') | components/sync/syncable/nigori_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/metahandle_set.h
diff --git a/components/sync/syncable/metahandle_set.h b/components/sync/syncable/metahandle_set.h
index 5e63458b6028181462d4b2a838a699fe277d23f3..173e84dcdc004e7e6fdc52ae1f6a2dcdc9a5f8ff 100644
--- a/components/sync/syncable/metahandle_set.h
+++ b/components/sync/syncable/metahandle_set.h
@@ -12,7 +12,7 @@
namespace syncer {
namespace syncable {
-typedef std::set<int64_t> MetahandleSet;
+using MetahandleSet = std::set<int64_t>;
} // namespace syncable
} // namespace syncer
« no previous file with comments | « components/sync/syncable/entry_kernel.h ('k') | components/sync/syncable/nigori_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698