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

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

Issue 8135017: Refactor downloads into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. 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_delegate.h
diff --git a/content/browser/download/download_manager_delegate.h b/content/browser/download/download_manager_delegate.h
index 55d25f6a5f469021a3737e40af31f18b346d51fd..ddb48b0e590e564fe70cfc1334e629d8df350318 100644
--- a/content/browser/download/download_manager_delegate.h
+++ b/content/browser/download/download_manager_delegate.h
@@ -11,6 +11,7 @@
#include "base/time.h"
class DownloadItem;
+class DownloadManager;
jam 2011/10/11 19:31:13 nit: not needed anymore
Randy Smith (Not in Mondays) 2011/10/11 20:28:27 Done.
class FilePath;
class TabContents;
class SavePackage;

Powered by Google App Engine
This is Rietveld 408576698