| 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.
 | 
| 
 |