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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.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/incident_reporting_service.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
index 883a2031c5b523512db6f3ae114737388576dcb8..f92c8d8ba5eeec1df5d004e67f012efc25ee639b 100644
--- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
+++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
@@ -28,8 +28,6 @@
#include "content/public/browser/notification_registrar.h"
class Profile;
-class SafeBrowsingDatabaseManager;
-class SafeBrowsingService;
class TrackedPreferenceValidationDelegate;
namespace base {
@@ -56,6 +54,8 @@ class ClientIncidentReport_ExtensionData;
class ClientIncidentReport_IncidentData;
class Incident;
class IncidentReceiver;
+class SafeBrowsingDatabaseManager;
+class SafeBrowsingService;
// A class that manages the collection of incidents and submission of incident
// reports to the safe browsing client-side detection service. The service
@@ -71,9 +71,10 @@ class IncidentReceiver;
// remaining are uploaded in an incident report.
class IncidentReportingService : public content::NotificationObserver {
public:
- IncidentReportingService(SafeBrowsingService* safe_browsing_service,
- const scoped_refptr<net::URLRequestContextGetter>&
- request_context_getter);
+ IncidentReportingService(
+ SafeBrowsingService* safe_browsing_service,
+ const scoped_refptr<net::URLRequestContextGetter>&
+ request_context_getter);
// All incident collection, data collection, and uploads in progress are
// dropped at destruction.

Powered by Google App Engine
This is Rietveld 408576698