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

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

Issue 8503018: Split DownloadItem into an ABC, an Impl, and a Mock. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: CamelCase Created 9 years, 1 month 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 3bbd4a753924e6f0dd5c45bef5e4bbce1631f2f5..c59c1748729f05e0578cd51c466a99aa75d257c1 100644
--- a/content/browser/download/download_manager.h
+++ b/content/browser/download/download_manager.h
@@ -59,6 +59,7 @@ class DownloadStatusUpdater;
class GURL;
class TabContents;
struct DownloadCreateInfo;
+struct DownloadPersistentStoreInfo;
cbentzel 2011/11/16 12:28:44 Was this needed due to changes in download_item.h?
benjhayden 2011/11/18 18:59:34 Huh, I guess I don't need that.
struct DownloadSaveInfo;
namespace content {

Powered by Google App Engine
This is Rietveld 408576698