| 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 d1e01929c083d886bcf1a01ee7a8789eb33dc3f3..75f0512074276c2c1fd4ff2a45c6189d91cc75f9 100644
|
| --- a/chrome/utility/safe_browsing/mac/dmg_iterator.cc
|
| +++ b/chrome/utility/safe_browsing/mac/dmg_iterator.cc
|
| @@ -39,7 +39,7 @@ bool DMGIterator::Next() {
|
| // Iterate through all the HFS partitions in the DMG file.
|
| for (; current_partition_ < partitions_.size(); ++current_partition_) {
|
| if (!hfs_) {
|
| - hfs_.reset(new HFSIterator(partitions_[current_partition_]));
|
| + hfs_.reset(new HFSIterator(partitions_[current_partition_].get()));
|
| if (!hfs_->Open())
|
| continue;
|
| }
|
|
|