Index: chrome/browser/download/all_download_item_notifier_unittest.cc |
diff --git a/chrome/browser/download/all_download_item_notifier_unittest.cc b/chrome/browser/download/all_download_item_notifier_unittest.cc |
index e4c13bcc7c724c8cdb7d05863c16a22fcf83500f..453feba75f799be7ceaeade10b032ec2e95b8f0b 100644 |
--- a/chrome/browser/download/all_download_item_notifier_unittest.cc |
+++ b/chrome/browser/download/all_download_item_notifier_unittest.cc |
@@ -70,7 +70,7 @@ class AllDownloadItemNotifierTest : public testing::Test { |
private: |
NiceMock<content::MockDownloadItem> item_; |
- scoped_refptr<content::MockDownloadManager> download_manager_; |
+ scoped_ptr<content::MockDownloadManager> download_manager_; |
scoped_ptr<AllDownloadItemNotifier> notifier_; |
NiceMock<MockNotifierObserver> observer_; |