| Index: chrome/browser/media_galleries/win/snapshot_file_details.cc
|
| diff --git a/chrome/browser/media_galleries/win/snapshot_file_details.cc b/chrome/browser/media_galleries/win/snapshot_file_details.cc
|
| index d57df4a76db12f4278fd3ac3efeb31c678f6edb1..5ad367870e7e3fc23d8c90b5b58d521808f5f08f 100644
|
| --- a/chrome/browser/media_galleries/win/snapshot_file_details.cc
|
| +++ b/chrome/browser/media_galleries/win/snapshot_file_details.cc
|
| @@ -45,7 +45,7 @@ SnapshotFileDetails::SnapshotFileDetails(const SnapshotFileDetails& other) =
|
| default;
|
|
|
| SnapshotFileDetails::~SnapshotFileDetails() {
|
| - file_stream_.Release();
|
| + file_stream_.Reset();
|
| }
|
|
|
| void SnapshotFileDetails::set_file_info(const base::File::Info& file_info) {
|
|
|