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

Unified Diff: components/sync/model/sync_change_unittest.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/model/sync_change_processor.h ('k') | components/sync/model/sync_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/sync_change_unittest.cc
diff --git a/components/sync/model/sync_change_unittest.cc b/components/sync/model/sync_change_unittest.cc
index f6f44da8de6323428240a9e1c3fa5dd69126000d..9b34c6d28afab4eafdbe52681f65dba71a950a9b 100644
--- a/components/sync/model/sync_change_unittest.cc
+++ b/components/sync/model/sync_change_unittest.cc
@@ -19,7 +19,7 @@
namespace syncer {
// Ordered list of SyncChange's.
-typedef std::vector<SyncChange> SyncChangeList;
+using SyncChangeList = std::vector<SyncChange>;
namespace {
« no previous file with comments | « components/sync/model/sync_change_processor.h ('k') | components/sync/model/sync_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698