| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| index cb6e9404043adb645e8f25ea8f6a543020470de6..8ae03fb89f6deff95311715705399fa64b4cd0ac 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| @@ -1687,7 +1687,8 @@ TEST_F(DownloadProtectionServiceTest, TestDownloadItemDestroyed) {
|
| TEST_F(DownloadProtectionServiceTest,
|
| TestDownloadItemDestroyedDuringWhitelistCheck) {
|
| net::TestURLFetcherFactory factory;
|
| - scoped_ptr<content::MockDownloadItem> item(new content::MockDownloadItem);
|
| + std::unique_ptr<content::MockDownloadItem> item(
|
| + new content::MockDownloadItem);
|
| PrepareBasicDownloadItem(
|
| item.get(),
|
| {"http://www.evil.com/bla.exe"}, // url_chain
|
|
|