| Index: chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| similarity index 97%
|
| rename from chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc
|
| rename to chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| index fd39c854b4364582f844a2434d81599015a610bc..2161f4cdae78a23018aea4c05bd7bc460594e577 100644
|
| --- a/chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
|
| @@ -6,8 +6,8 @@
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| #include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| -#include "chrome/browser/sync/test/live_sync/passwords_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/passwords_helper.h"
|
|
|
| using passwords_helper::AddLogin;
|
| using passwords_helper::AllProfilesContainSamePasswordForms;
|
| @@ -27,9 +27,9 @@ using webkit_glue::PasswordForm;
|
|
|
| static const char* kValidPassphrase = "passphrase!";
|
|
|
| -class TwoClientPasswordsSyncTest : public LiveSyncTest {
|
| +class TwoClientPasswordsSyncTest : public SyncTest {
|
| public:
|
| - TwoClientPasswordsSyncTest() : LiveSyncTest(TWO_CLIENT) {}
|
| + TwoClientPasswordsSyncTest() : SyncTest(TWO_CLIENT) {}
|
| virtual ~TwoClientPasswordsSyncTest() {}
|
|
|
| private:
|
|
|