| Index: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc
|
| index b1799ea8f952ab09682f054876a866eb4a20d8cc..9ab8042a20cd8505939f18df36fcabdd6f4bc32d 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc
|
| @@ -35,7 +35,7 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "chrome/test/base/testing_profile_manager.h"
|
| #include "components/safe_browsing_db/safe_browsing_prefs.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "extensions/browser/quota_service.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| @@ -263,8 +263,8 @@ class IncidentReportingServiceTest : public testing::Test {
|
| OnProfileAdditionAction on_addition_action,
|
| std::unique_ptr<base::Value> incidents_sent) {
|
| // Create prefs for the profile with safe browsing enabled or not.
|
| - std::unique_ptr<syncable_prefs::TestingPrefServiceSyncable> prefs(
|
| - new syncable_prefs::TestingPrefServiceSyncable);
|
| + std::unique_ptr<sync_preferences::TestingPrefServiceSyncable> prefs(
|
| + new sync_preferences::TestingPrefServiceSyncable);
|
| chrome::RegisterUserProfilePrefs(prefs->registry());
|
| prefs->SetBoolean(prefs::kSafeBrowsingEnabled,
|
| safe_browsing_opt_in != SAFE_BROWSING_OPT_OUT);
|
|
|