| Index: chrome/browser/profiles/profile.cc
 | 
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
 | 
| index 0da712173e1bcaa923ff57e91d85e7787274faaa..27d53ff135c34715882145305234d5d7b0a50009 100644
 | 
| --- a/chrome/browser/profiles/profile.cc
 | 
| +++ b/chrome/browser/profiles/profile.cc
 | 
| @@ -17,7 +17,7 @@
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h"
 | 
|  #include "components/pref_registry/pref_registry_syncable.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/sync/base/sync_prefs.h"
 | 
|  #include "content/public/browser/host_zoom_map.h"
 | 
|  #include "content/public/browser/notification_service.h"
 | 
| 
 |