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

Unified Diff: components/sync/model/data_batch.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/model/data_batch.h
diff --git a/components/sync/model/data_batch.h b/components/sync/model/data_batch.h
index 4291163cfaa7581c797168d8573d8b91eaa17a3a..a28a028a56856c1a4d2385ce097dbad1f8244174 100644
--- a/components/sync/model/data_batch.h
+++ b/components/sync/model/data_batch.h
@@ -14,7 +14,7 @@
namespace syncer {
-typedef std::pair<std::string, std::unique_ptr<EntityData>> KeyAndData;
+using KeyAndData = std::pair<std::string, std::unique_ptr<EntityData>>;
// Interface used by the processor to read data requested from the service.
class DataBatch {
« no previous file with comments | « components/sync/model/attachments/attachment_store.h ('k') | components/sync/model/data_type_error_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698