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

Unified Diff: components/password_manager/sync/browser/password_manager_setting_migrator_service.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: components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
diff --git a/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc b/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
index 4885215c3dd2eb1fb6f0a3ed89e9ef90a4cdfd36..28147ea557fcbb9474861a356c704d294c099e7a 100644
--- a/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
+++ b/components/password_manager/sync/browser/password_manager_setting_migrator_service.cc
@@ -11,7 +11,7 @@
#include "components/password_manager/core/browser/password_manager_settings_migration_experiment.h"
#include "components/password_manager/core/common/password_manager_pref_names.h"
#include "components/sync/driver/sync_service.h"
-#include "components/syncable_prefs/pref_service_syncable.h"
+#include "components/sync_preferences/pref_service_syncable.h"
namespace {
@@ -87,7 +87,7 @@ namespace password_manager {
bool PasswordManagerSettingMigratorService::force_disabled_for_testing_ = false;
PasswordManagerSettingMigratorService::PasswordManagerSettingMigratorService(
- syncable_prefs::PrefServiceSyncable* prefs)
+ sync_preferences::PrefServiceSyncable* prefs)
: prefs_(prefs), sync_service_(nullptr) {
SaveCurrentPrefState(prefs_, &initial_new_pref_value_,
&initial_legacy_pref_value_);

Powered by Google App Engine
This is Rietveld 408576698