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

Unified Diff: components/sync/model/attachments/attachment_metadata.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/attachments/attachment_metadata.h
diff --git a/components/sync/model/attachments/attachment_metadata.h b/components/sync/model/attachments/attachment_metadata.h
index 415e2526d9122f911f43a3919f068689be39d887..44b4e2ff13ce37fce41b7f1b40021c188240703e 100644
--- a/components/sync/model/attachments/attachment_metadata.h
+++ b/components/sync/model/attachments/attachment_metadata.h
@@ -37,7 +37,7 @@ class AttachmentMetadata {
size_t size_;
};
-typedef std::vector<AttachmentMetadata> AttachmentMetadataList;
+using AttachmentMetadataList = std::vector<AttachmentMetadata>;
} // namespace syncer
« no previous file with comments | « components/sync/model/attachments/attachment_id.h ('k') | components/sync/model/attachments/attachment_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698