| Index: chrome/browser/safe_browsing/client_side_detection_service.cc
 | 
| diff --git a/chrome/browser/safe_browsing/client_side_detection_service.cc b/chrome/browser/safe_browsing/client_side_detection_service.cc
 | 
| index f2b691b2470cf1d2ae0783de11d4002c7ba0e438..4fa5786547ff45b4bd044973419b793837b602fc 100644
 | 
| --- a/chrome/browser/safe_browsing/client_side_detection_service.cc
 | 
| +++ b/chrome/browser/safe_browsing/client_side_detection_service.cc
 | 
| @@ -23,9 +23,9 @@
 | 
|  #include "chrome/common/safe_browsing/client_model.pb.h"
 | 
|  #include "components/data_use_measurement/core/data_use_user_data.h"
 | 
|  #include "components/prefs/pref_service.h"
 | 
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
 | 
|  #include "components/safe_browsing/common/safebrowsing_messages.h"
 | 
|  #include "components/safe_browsing/csd.pb.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 "content/public/browser/notification_types.h"
 | 
| 
 |