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 0fddb9ab07be9160101e53005df954f34eac4eb8..eb77f394f43ee72cf6fb778ed9047745569d13bd 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/unique_client_entity.h" |
+#include "components/sync/test/fake_server/fake_server.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,7 +52,7 @@ void InjectPreferenceValueToFakeServer(fake_server::FakeServer* fake_server, |
pref->set_value(serialized); |
const std::string id = "settings_reconciliation"; |
fake_server->InjectEntity( |
- fake_server::UniqueClientEntity::CreateForInjection(id, specifics)); |
+ syncer::PersistentUniqueClientEntity::CreateForInjection(id, specifics)); |
} |
} // namespace |