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

Unified Diff: components/sync/syncable/delete_journal.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/change_reorder_buffer.cc ('k') | components/sync/syncable/directory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/sync/syncable/change_reorder_buffer.cc ('k') | components/sync/syncable/directory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698