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

Unified Diff: chrome/browser/sync/test/integration/migration_test.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
Index: chrome/browser/sync/test/integration/migration_test.cc
diff --git a/chrome/browser/sync/test/integration/migration_test.cc b/chrome/browser/sync/test/integration/migration_test.cc
index ee5531b5a856d9189448f11f649d94f697408643..c5881b0849491471ba0f1b703a4a7ce41198beef 100644
--- a/chrome/browser/sync/test/integration/migration_test.cc
+++ b/chrome/browser/sync/test/integration/migration_test.cc
@@ -40,7 +40,7 @@ syncer::ModelTypeSet MakeSet(syncer::ModelType type1,
// An ordered list of model types sets to migrate. Used by
// RunMigrationTest().
-typedef std::deque<syncer::ModelTypeSet> MigrationList;
+using MigrationList = std::deque<syncer::ModelTypeSet>;
// Utility functions to make a MigrationList out of a small number of
// model types / model type sets.

Powered by Google App Engine
This is Rietveld 408576698