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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h

Issue 1420053005: Move code in components/safe_browsing_db and chrome/browser/s_b/ under the safe_browsing namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@02_components_move
Patch Set: Remove '// namespace safe_browsing' for a small fwd decl block. Created 5 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/incident_reporting/off_domain_inclusion_detector.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
index f0ab04f0f3ce99594e8fc497e102d09ec0702239..13f5cbe32ad36da9408d33a5d1bdf4b39d306fa1 100644
--- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
+++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
@@ -14,7 +14,6 @@
#include "content/public/common/resource_type.h"
class Profile;
-class SafeBrowsingDatabaseManager;
namespace base {
class SingleThreadTaskRunner;
@@ -26,6 +25,8 @@ class URLRequest;
namespace safe_browsing {
+class SafeBrowsingDatabaseManager;
+
// Observes network requests and reports suspicious activity.
class OffDomainInclusionDetector {
public:

Powered by Google App Engine
This is Rietveld 408576698