Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: chrome/browser/download/all_download_item_notifier_unittest.cc

Issue 14593012: BrowserContext should simply own DownloadManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698