| Index: chrome/browser/safe_browsing/safe_browsing_service.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| index ad0bfd354ad3c5d789ee97c6f76e38586f0e234c..d43cd52d9f648f39452c2b73bd0935a715151c05 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/debug/leak_tracker.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/prefs/public/pref_change_registrar.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_util.h"
|
| @@ -19,7 +20,6 @@
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/net/sqlite_persistent_cookie_store.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/safe_browsing/client_side_detection_service.h"
|
|
|