| 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 a4998d0025a25109bf9fc44df18630ad7067b778..24b8453e1b98ac92cbcf4d36a59df3cdc47bf00b 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"
|
|
|