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

Unified Diff: components/sync/syncable/write_transaction_info.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
Index: components/sync/syncable/write_transaction_info.h
diff --git a/components/sync/syncable/write_transaction_info.h b/components/sync/syncable/write_transaction_info.h
index c5a601932f50e9fbf8842ce3ab718c966ef38e1f..f4d7b0dd78f89ff9eeb8f67559653b782f8e728d 100644
--- a/components/sync/syncable/write_transaction_info.h
+++ b/components/sync/syncable/write_transaction_info.h
@@ -37,7 +37,7 @@ struct WriteTransactionInfo {
ImmutableEntryKernelMutationMap mutations;
};
-typedef Immutable<WriteTransactionInfo> ImmutableWriteTransactionInfo;
+using ImmutableWriteTransactionInfo = Immutable<WriteTransactionInfo>;
} // namespace syncable
} // namespace syncer
« no previous file with comments | « components/sync/syncable/syncable_delete_journal.h ('k') | components/sync/test/engine/mock_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698