| Index: chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| index 2e9876091cc803b2ff13037543e0d4b6d59900de..87a92dc6a9eb030abb617d6f730b148e65f1f18e 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector_unittest.cc
|
| @@ -24,7 +24,6 @@
|
| #include "chrome/browser/safe_browsing/test_database_manager.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/base/testing_browser_process.h"
|
| -#include "chrome/test/base/testing_pref_service_syncable.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/history/content/browser/content_visit_delegate.h"
|
| @@ -34,6 +33,7 @@
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/history_types.h"
|
| #include "components/keyed_service/core/service_access_type.h"
|
| +#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| #include "content/public/browser/resource_request_info.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
|
|