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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_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/platform_state_store_win_unittest.cc
diff --git a/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
index 8103354de454d884084808d8a4e01ce7df0dca5d..ce54e338501be9271629b1506f3f378416f52ef7 100644
--- a/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
+++ b/chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc
@@ -18,7 +18,7 @@
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_notifier_impl.h"
#include "components/prefs/testing_pref_store.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_bundle.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -62,8 +62,8 @@ class PlatformStateStoreWinTest : public ::testing::Test {
new_profile ? PersistentPrefStore::PREF_READ_ERROR_NO_FILE
: PersistentPrefStore::PREF_READ_ERROR_NONE);
// Ownership of |user_pref_store| is passed to the service.
- std::unique_ptr<syncable_prefs::TestingPrefServiceSyncable> prefs(
- new syncable_prefs::TestingPrefServiceSyncable(
+ std::unique_ptr<sync_preferences::TestingPrefServiceSyncable> prefs(
+ new sync_preferences::TestingPrefServiceSyncable(
new TestingPrefStore(), user_pref_store, new TestingPrefStore(),
new user_prefs::PrefRegistrySyncable(), new PrefNotifierImpl()));
chrome::RegisterUserProfilePrefs(prefs->registry());

Powered by Google App Engine
This is Rietveld 408576698