| 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_);
|
|
|