| Index: chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc | 
| diff --git a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc | 
| index 4473c96e9665af31d4730bb464c72d486cbd2451..ae56f72f15677d10ba52aaa28cdcb8e0685ba221 100644 | 
| --- a/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc | 
| +++ b/chrome/browser/safe_browsing/incident_reporting/binary_integrity_analyzer.cc | 
| @@ -15,10 +15,10 @@ | 
| #include "base/strings/stringprintf.h" | 
| #include "base/time/time.h" | 
| #include "chrome/browser/browser_process.h" | 
| -#include "chrome/browser/safe_browsing/binary_feature_extractor.h" | 
| #include "chrome/browser/safe_browsing/incident_reporting/binary_integrity_incident.h" | 
| #include "chrome/browser/safe_browsing/incident_reporting/incident_receiver.h" | 
| #include "chrome/browser/safe_browsing/safe_browsing_service.h" | 
| +#include "chrome/common/safe_browsing/binary_feature_extractor.h" | 
| #include "chrome/common/safe_browsing/csd.pb.h" | 
|  | 
| namespace safe_browsing { | 
|  |