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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_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/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc
index cb7cd91d6a97d86ce7ad58e0a0ebb636938b48e1..d8354aaa65cf14de919c37f225d9687a431ac378 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc
@@ -22,7 +22,7 @@
#include "chrome/test/base/testing_profile_manager.h"
#include "components/prefs/scoped_user_pref_update.h"
#include "components/prefs/testing_pref_service.h"
-#include "components/syncable_prefs/testing_pref_service_syncable.h"
+#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/test_browser_thread_bundle.h"
#include "crypto/scoped_test_nss_chromeos_user.h"
@@ -207,14 +207,14 @@ class EasyUnlockTpmKeyManagerTest : public testing::Test {
signin_profile_ = profile_manager_.CreateTestingProfile(
chrome::kInitialProfile,
- std::unique_ptr<syncable_prefs::TestingPrefServiceSyncable>(),
+ std::unique_ptr<sync_preferences::TestingPrefServiceSyncable>(),
base::UTF8ToUTF16(chrome::kInitialProfile), 0 /* avatar id */,
std::string() /* supervized user id */,
TestingProfile::TestingFactories());
user_profile_ = profile_manager_.CreateTestingProfile(
test_account_id_.GetUserEmail(),
- std::unique_ptr<syncable_prefs::TestingPrefServiceSyncable>(),
+ std::unique_ptr<sync_preferences::TestingPrefServiceSyncable>(),
base::UTF8ToUTF16(test_account_id_.GetUserEmail()), 0 /* avatar id */,
std::string() /* supervized user id */,
TestingProfile::TestingFactories());

Powered by Google App Engine
This is Rietveld 408576698