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

Unified Diff: chrome/utility/safe_browsing/mac/dmg_iterator.cc

Issue 1899083002: Convert //chrome 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
« no previous file with comments | « chrome/utility/safe_browsing/mac/dmg_iterator.h ('k') | chrome/utility/safe_browsing/mac/hfs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/safe_browsing/mac/dmg_iterator.cc
diff --git a/chrome/utility/safe_browsing/mac/dmg_iterator.cc b/chrome/utility/safe_browsing/mac/dmg_iterator.cc
index 834e9310324117389b4a0c72dd72ef3e39d816bc..d1e01929c083d886bcf1a01ee7a8789eb33dc3f3 100644
--- a/chrome/utility/safe_browsing/mac/dmg_iterator.cc
+++ b/chrome/utility/safe_browsing/mac/dmg_iterator.cc
@@ -75,7 +75,7 @@ base::string16 DMGIterator::GetPath() {
return hfs_->GetPath();
}
-scoped_ptr<ReadStream> DMGIterator::GetReadStream() {
+std::unique_ptr<ReadStream> DMGIterator::GetReadStream() {
return hfs_->GetReadStream();
}
« no previous file with comments | « chrome/utility/safe_browsing/mac/dmg_iterator.h ('k') | chrome/utility/safe_browsing/mac/hfs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698