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

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

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Rebase Created 5 years, 10 months 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
diff --git a/chrome/browser/safe_browsing/malware_details_history.h b/chrome/browser/safe_browsing/malware_details_history.h
index 7482cc583784427e0521869715bf7052600e8e04..012a7487928758af9e3a67d267a2e36d1f84bdb5 100644
--- a/chrome/browser/safe_browsing/malware_details_history.h
+++ b/chrome/browser/safe_browsing/malware_details_history.h
@@ -26,6 +26,8 @@ namespace safe_browsing {
typedef std::vector<GURL> RedirectChain;
}
+class Profile;
+
class MalwareDetailsRedirectsCollector
: public base::RefCountedThreadSafe<
MalwareDetailsRedirectsCollector,

Powered by Google App Engine
This is Rietveld 408576698