| Index: components/security_interstitials/content/security_interstitial_page.cc
 | 
| diff --git a/components/security_interstitials/content/security_interstitial_page.cc b/components/security_interstitials/content/security_interstitial_page.cc
 | 
| index 3b64147dd446bd0732aec26e91799a7cc97b8cf3..0e339db6c1367054dbf76f69f4e5c04e015ea47b 100644
 | 
| --- a/components/security_interstitials/content/security_interstitial_page.cc
 | 
| +++ b/components/security_interstitials/content/security_interstitial_page.cc
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "base/values.h"
 | 
|  #include "components/grit/components_resources.h"
 | 
|  #include "components/prefs/pref_service.h"
 | 
| -#include "components/safe_browsing_db/safe_browsing_prefs.h"
 | 
| +#include "components/safe_browsing/common/safe_browsing_prefs.h"
 | 
|  #include "components/security_interstitials/content/security_interstitial_controller_client.h"
 | 
|  #include "components/security_interstitials/core/common_string_util.h"
 | 
|  #include "content/public/browser/interstitial_page.h"
 | 
| 
 |