| Index: chrome/browser/importer/ie_importer_browsertest_win.cc
|
| diff --git a/chrome/browser/importer/ie_importer_browsertest_win.cc b/chrome/browser/importer/ie_importer_browsertest_win.cc
|
| index ed6974f7a8bbd1a10814ba526131a0ea5b7214c7..211540e083d26ced81dc460ec30b92e346e3255b 100644
|
| --- a/chrome/browser/importer/ie_importer_browsertest_win.cc
|
| +++ b/chrome/browser/importer/ie_importer_browsertest_win.cc
|
| @@ -188,9 +188,8 @@ bool CreateUrlFileWithFavicon(const base::FilePath& file,
|
| if (FAILED(property_set_storage.QueryFrom(locator.Get())))
|
| return false;
|
| base::win::ScopedComPtr<IPropertyStorage> property_storage;
|
| - if (FAILED(property_set_storage->Open(FMTID_Intshcut,
|
| - STGM_WRITE,
|
| - property_storage.Receive()))) {
|
| + if (FAILED(property_set_storage->Open(FMTID_Intshcut, STGM_WRITE,
|
| + property_storage.GetAddressOf()))) {
|
| return false;
|
| }
|
| PROPSPEC properties[] = {{PRSPEC_PROPID, {PID_IS_ICONFILE}}};
|
|
|