| Index: chrome/browser/safe_browsing/chrome_password_protection_service.cc
 | 
| diff --git a/chrome/browser/safe_browsing/chrome_password_protection_service.cc b/chrome/browser/safe_browsing/chrome_password_protection_service.cc
 | 
| index 053284d9f30eaa5fa8aede94686bb119db9ef067..0a22684a6a87db20a2c727594e7fe1a572fc89e5 100644
 | 
| --- a/chrome/browser/safe_browsing/chrome_password_protection_service.cc
 | 
| +++ b/chrome/browser/safe_browsing/chrome_password_protection_service.cc
 | 
| @@ -14,9 +14,9 @@
 | 
|  #include "chrome/browser/safe_browsing/safe_browsing_service.h"
 | 
|  #include "chrome/browser/sync/profile_sync_service_factory.h"
 | 
|  #include "components/browser_sync/profile_sync_service.h"
 | 
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
 | 
|  #include "components/safe_browsing/password_protection/password_protection_request.h"
 | 
|  #include "components/safe_browsing_db/database_manager.h"
 | 
| -#include "components/safe_browsing_db/safe_browsing_prefs.h"
 | 
|  
 | 
|  using content::BrowserThread;
 | 
|  
 | 
| 
 |