| Index: chrome/browser/safe_browsing/local_database_manager.cc
 | 
| diff --git a/chrome/browser/safe_browsing/local_database_manager.cc b/chrome/browser/safe_browsing/local_database_manager.cc
 | 
| index 0721b80942172862b4213bc56fbce3b2d2152cc1..a4153e6dda53fb24b7580294ddf204fbf01a7067 100644
 | 
| --- a/chrome/browser/safe_browsing/local_database_manager.cc
 | 
| +++ b/chrome/browser/safe_browsing/local_database_manager.cc
 | 
| @@ -13,7 +13,6 @@
 | 
|  #include "base/debug/leak_tracker.h"
 | 
|  #include "base/location.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
| -#include "base/prefs/pref_service.h"
 | 
|  #include "base/single_thread_task_runner.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/strings/string_util.h"
 | 
| @@ -32,6 +31,7 @@
 | 
|  #include "chrome/common/chrome_paths.h"
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/common/pref_names.h"
 | 
| +#include "components/prefs/pref_service.h"
 | 
|  #include "components/safe_browsing_db/util.h"
 | 
|  #include "content/public/browser/browser_thread.h"
 | 
|  #include "content/public/browser/notification_service.h"
 | 
| 
 |