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

Unified Diff: content/browser/download/download_manager.h

Issue 8135017: Refactor downloads into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to LKGR to run try bots. Created 9 years, 2 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: content/browser/download/download_manager.h
diff --git a/content/browser/download/download_manager.h b/content/browser/download/download_manager.h
index 822c1f7d24911aef5791bafada80308dbe078e16..b4590664f516cc9783fb6843799b26d8f76d052e 100644
--- a/content/browser/download/download_manager.h
+++ b/content/browser/download/download_manager.h
@@ -300,8 +300,9 @@ class CONTENT_EXPORT DownloadManager
// For testing.
friend class DownloadManagerTest;
- friend class MockDownloadManager;
+ friend class DownloadService;
jam 2011/10/05 19:27:13 two issues come to mind: 1) this isn't a test clas
Randy Smith (Not in Mondays) 2011/10/08 23:46:54 I'm pretty sure I've cleaned up both issues (by gi
friend class DownloadTest;
+ friend class MockDownloadManager;
friend class base::RefCountedThreadSafe<DownloadManager,
BrowserThread::DeleteOnUIThread>;

Powered by Google App Engine
This is Rietveld 408576698