| Index: chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc b/chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc
|
| index 938982822f0c6562719af00e148b9d564017b3fb..0fddb9ab07be9160101e53005df954f34eac4eb8 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc
|
| @@ -18,7 +18,7 @@
|
| #include "components/sync/protocol/preference_specifics.pb.h"
|
| #include "components/sync/protocol/priority_preference_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| -#include "components/sync/test/fake_server/fake_server.h"
|
| +#include "components/sync/test/fake_server/unique_client_entity.h"
|
| #include "components/sync_preferences/pref_service_syncable.h"
|
| #include "components/sync_preferences/pref_service_syncable_observer.h"
|
| #include "content/public/browser/notification_details.h"
|
| @@ -52,8 +52,7 @@
|
| pref->set_value(serialized);
|
| const std::string id = "settings_reconciliation";
|
| fake_server->InjectEntity(
|
| - syncer::PersistentUniqueClientEntity::CreateFromEntitySpecifics(
|
| - id, specifics));
|
| + fake_server::UniqueClientEntity::CreateForInjection(id, specifics));
|
| }
|
|
|
| } // namespace
|
|
|