| Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| index 53682fcca13db196f244bde7210ebe0cd2a95c7c..c9a89e19e3cb2365558fefa13d895300f26ea92f 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| @@ -16,8 +16,8 @@
|
| #include "chrome/browser/sync/test/integration/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
|
| #include "chrome/browser/sync/test/integration/sync_test.h"
|
| -#include "sync/internal_api/public/engine/model_safe_worker.h"
|
| -#include "sync/internal_api/public/sessions/sync_session_snapshot.h"
|
| +#include "components/sync/engine/model_safe_worker.h"
|
| +#include "components/sync/sessions/sync_session_snapshot.h"
|
|
|
| using passwords_helper::AddLogin;
|
| using passwords_helper::AllProfilesContainSamePasswordForms;
|
|
|