| Index: components/sync/syncable/delete_journal.h
 | 
| diff --git a/components/sync/syncable/delete_journal.h b/components/sync/syncable/delete_journal.h
 | 
| index cb49beb9bb1ac1549e20c4637441fda4df85349e..4642580f3421e20bb40b4235198a30ba86cf22f9 100644
 | 
| --- a/components/sync/syncable/delete_journal.h
 | 
| +++ b/components/sync/syncable/delete_journal.h
 | 
| @@ -23,7 +23,7 @@ struct BookmarkDeleteJournal {
 | 
|    bool is_folder;
 | 
|    sync_pb::EntitySpecifics specifics;
 | 
|  };
 | 
| -typedef std::vector<BookmarkDeleteJournal> BookmarkDeleteJournalList;
 | 
| +using BookmarkDeleteJournalList = std::vector<BookmarkDeleteJournal>;
 | 
|  
 | 
|  // Static APIs for passing delete journals between syncable namspace
 | 
|  // and syncer namespace.
 | 
| 
 |