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

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

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 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
« no previous file with comments | « content/browser/download/download_file.h ('k') | content/browser/download/download_file_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file_factory.h
diff --git a/content/browser/download/download_file_factory.h b/content/browser/download/download_file_factory.h
index afb921d7025df02b1a163d5c90f5fb9ec48b9ccd..f940377d78eda7f83fde97f53fd8c461af4b51e1 100644
--- a/content/browser/download/download_file_factory.h
+++ b/content/browser/download/download_file_factory.h
@@ -14,10 +14,6 @@
#include "content/common/content_export.h"
#include "url/gurl.h"
-namespace crypto {
-class SecureHash;
-}
-
namespace net {
class NetLogWithSource;
}
@@ -27,7 +23,6 @@ namespace content {
class ByteStreamReader;
class DownloadDestinationObserver;
class DownloadFile;
-class DownloadManager;
struct DownloadSaveInfo;
class CONTENT_EXPORT DownloadFileFactory {
« no previous file with comments | « content/browser/download/download_file.h ('k') | content/browser/download/download_file_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698