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

Unified Diff: sync/internal_api/attachments/fake_attachment_downloader_unittest.cc

Issue 1866243002: Convert //sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
diff --git a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
index 63d491ebd55e4d03bbbcc77a943cc23a92071d51..1e08e4fb97a0e4807c89fc28de62bd40e1137d83 100644
--- a/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
+++ b/sync/internal_api/attachments/fake_attachment_downloader_unittest.cc
@@ -42,7 +42,7 @@ class FakeAttachmentDownloaderTest : public testing::Test {
private:
void DownloadDone(const AttachmentDownloader::DownloadResult& result,
- scoped_ptr<Attachment> attachment) {
+ std::unique_ptr<Attachment> attachment) {
download_results_.push_back(result);
}

Powered by Google App Engine
This is Rietveld 408576698