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

Unified Diff: chrome/browser/safe_browsing/download_protection_service.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase 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: chrome/browser/safe_browsing/download_protection_service.h
===================================================================
--- chrome/browser/safe_browsing/download_protection_service.h (revision 109953)
+++ chrome/browser/safe_browsing/download_protection_service.h (working copy)
@@ -20,12 +20,12 @@
#include "base/memory/ref_counted.h"
#include "googleurl/src/gurl.h"
+class DownloadItem;
+class SafeBrowsingService;
+
namespace net {
class URLRequestContextGetter;
-class URLRequestStatus;
} // namespace net
-class DownloadItem;
-class SafeBrowsingService;
namespace safe_browsing {
class SignatureUtil;
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.h ('k') | chrome/browser/safe_browsing/malware_details_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698