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

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

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.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
index ed258e7d127cdbc0407dceac869582b6067434cd..98f29d450acecb21efcf739b213a3687e21cfda0 100644
--- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.cc
@@ -58,8 +58,7 @@ struct OffDomainInclusionDetector::OffDomainInclusionInfo {
OffDomainInclusionDetector::OffDomainInclusionDetector(
const scoped_refptr<SafeBrowsingDatabaseManager>& database_manager)
: OffDomainInclusionDetector(database_manager,
- ReportAnalysisEventCallback()) {
-}
+ ReportAnalysisEventCallback()) {}
OffDomainInclusionDetector::OffDomainInclusionDetector(
const scoped_refptr<SafeBrowsingDatabaseManager>& database_manager,

Powered by Google App Engine
This is Rietveld 408576698