| Index: chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/multiple_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc
|
| similarity index 91%
|
| rename from chrome/browser/sync/test/live_sync/multiple_client_sessions_sync_test.cc
|
| rename to chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc
|
| index e7236fa0d6751652aebcbeeea512b33c2af496c0..584001f1f0d4f9c2a9486042ba76b91fbdbea2f2 100644
|
| --- a/chrome/browser/sync/test/live_sync/multiple_client_sessions_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/multiple_client_sessions_sync_test.cc
|
| @@ -6,16 +6,16 @@
|
| #include "base/stringprintf.h"
|
| #include "chrome/browser/sessions/session_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| -#include "chrome/browser/sync/test/live_sync/sessions_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/sessions_helper.h"
|
|
|
| using sessions_helper::CheckForeignSessionsAgainst;
|
| using sessions_helper::CheckInitialState;
|
| using sessions_helper::OpenTabAndGetLocalWindows;
|
|
|
| -class MultipleClientSessionsSyncTest : public LiveSyncTest {
|
| +class MultipleClientSessionsSyncTest : public SyncTest {
|
| public:
|
| - MultipleClientSessionsSyncTest() : LiveSyncTest(MULTIPLE_CLIENT) {}
|
| + MultipleClientSessionsSyncTest() : SyncTest(MULTIPLE_CLIENT) {}
|
| virtual ~MultipleClientSessionsSyncTest() {}
|
|
|
| private:
|
|
|