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

Unified Diff: components/sync/engine_impl/attachments/attachment_uploader_impl.cc

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/engine_impl/attachments/attachment_uploader_impl.cc
diff --git a/components/sync/engine_impl/attachments/attachment_uploader_impl.cc b/components/sync/engine_impl/attachments/attachment_uploader_impl.cc
index b6c7f1f37b40d4c5723e6f25cc7a948bb2730645..b0249ec76854d392e6fe081f000b959c65b78b93 100644
--- a/components/sync/engine_impl/attachments/attachment_uploader_impl.cc
+++ b/components/sync/engine_impl/attachments/attachment_uploader_impl.cc
@@ -92,7 +92,7 @@ class AttachmentUploaderImpl::UploadState : public net::URLFetcherDelegate,
const GoogleServiceAuthError& error) override;
private:
- typedef std::vector<UploadCallback> UploadCallbackList;
+ using UploadCallbackList = std::vector<UploadCallback>;
void GetToken();
« no previous file with comments | « components/sync/engine_impl/attachments/attachment_uploader_impl.h ('k') | components/sync/engine_impl/commit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698