| Index: chrome/browser/safe_browsing/download_protection_service.cc
 | 
| diff --git a/chrome/browser/safe_browsing/download_protection_service.cc b/chrome/browser/safe_browsing/download_protection_service.cc
 | 
| index 6681ae3ea1453e15681cca7583c4fe4d0fb80954..074d90023efbe9297bf8100d6cb2fa50416ffaa5 100644
 | 
| --- a/chrome/browser/safe_browsing/download_protection_service.cc
 | 
| +++ b/chrome/browser/safe_browsing/download_protection_service.cc
 | 
| @@ -54,9 +54,9 @@
 | 
|  #include "components/google/core/browser/google_util.h"
 | 
|  #include "components/history/core/browser/history_service.h"
 | 
|  #include "components/prefs/pref_service.h"
 | 
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
 | 
|  #include "components/safe_browsing/common/safebrowsing_switches.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/download_item.h"
 | 
|  #include "content/public/browser/page_navigator.h"
 | 
| 
 |