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

Unified Diff: chrome/browser/safe_browsing/protocol_manager.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/protocol_manager.h
===================================================================
--- chrome/browser/safe_browsing/protocol_manager.h (revision 109953)
+++ chrome/browser/safe_browsing/protocol_manager.h (working copy)
@@ -27,10 +27,6 @@
#include "chrome/browser/safe_browsing/safe_browsing_util.h"
#include "content/public/common/url_fetcher_delegate.h"
-namespace net {
-class URLRequestStatus;
-} // namespace net
-
#if defined(COMPILER_GCC)
// Allows us to use URLFetchers in a hash_map with gcc (MSVC is okay without
// specifying this).
@@ -203,6 +199,7 @@
const std::string& http_url_prefix,
const std::string& https_url_prefix,
bool disable_auto_update);
+
private:
friend class SBProtocolManagerFactoryImpl;
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_history.h ('k') | chrome/browser/search_engines/template_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698