Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1985)

Unified Diff: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service_unittest.cc

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698