| Index: chrome/browser/safe_browsing/notification_image_reporter.cc
 | 
| diff --git a/chrome/browser/safe_browsing/notification_image_reporter.cc b/chrome/browser/safe_browsing/notification_image_reporter.cc
 | 
| index 00f7a128cdff762daa3cda525bab5ea3683611d6..5f859e8b6379c246e8be74e5226f7c8565ffa99d 100644
 | 
| --- a/chrome/browser/safe_browsing/notification_image_reporter.cc
 | 
| +++ b/chrome/browser/safe_browsing/notification_image_reporter.cc
 | 
| @@ -18,9 +18,9 @@
 | 
|  #include "chrome/browser/browser_process.h"
 | 
|  #include "chrome/browser/profiles/profile.h"
 | 
|  #include "chrome/browser/safe_browsing/safe_browsing_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 "components/variations/variations_associated_data.h"
 | 
|  #include "content/public/browser/browser_thread.h"
 | 
|  #include "net/base/net_errors.h"
 | 
| 
 |