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

Unified Diff: chrome/browser/safe_browsing/malware_details_history.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/malware_details_history.h
===================================================================
--- chrome/browser/safe_browsing/malware_details_history.h (revision 109953)
+++ chrome/browser/safe_browsing/malware_details_history.h (working copy)
@@ -21,8 +21,6 @@
#include "content/public/browser/notification_registrar.h"
#include "net/base/completion_callback.h"
-class TabContents;
-
namespace safe_browsing {
typedef std::vector<GURL> RedirectChain;
}
@@ -32,7 +30,6 @@
MalwareDetailsRedirectsCollector,
content::BrowserThread::DeleteOnUIThread>,
public content::NotificationObserver {
-
public:
explicit MalwareDetailsRedirectsCollector(Profile* profile);
virtual ~MalwareDetailsRedirectsCollector();
« no previous file with comments | « chrome/browser/safe_browsing/malware_details_cache.h ('k') | chrome/browser/safe_browsing/protocol_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698