| Index: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
 | 
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
 | 
| index 723299401c996a0e26587cf2bfa39a301483938c..0275fddcc15c9a8acd5c31159524f96e65617a62 100644
 | 
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
 | 
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc
 | 
| @@ -35,9 +35,9 @@
 | 
|  #include "chrome/common/chrome_features.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
|  #include "components/prefs/pref_service.h"
 | 
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
 | 
|  #include "components/safe_browsing/csd.pb.h"
 | 
|  #include "components/safe_browsing_db/database_manager.h"
 | 
| -#include "components/safe_browsing_db/safe_browsing_prefs.h"
 | 
|  #include "content/public/browser/browser_thread.h"
 | 
|  #include "content/public/browser/notification_service.h"
 | 
|  #include "net/url_request/url_request_context_getter.h"
 | 
| 
 |