| Index: chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/two_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
|
| similarity index 98%
|
| rename from chrome/browser/sync/test/live_sync/two_client_sessions_sync_test.cc
|
| rename to chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
|
| index 3f10582ea0b63bb5711efe8bf83c24768120469e..1e9081ad03b689a5939bc524594055cb8ccb1c0b 100644
|
| --- a/chrome/browser/sync/test/live_sync/two_client_sessions_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
|
| @@ -6,8 +6,8 @@
|
| #include "chrome/browser/sessions/session_service.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/sessions_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/sessions_helper.h"
|
|
|
| using sessions_helper::CheckInitialState;
|
| using sessions_helper::GetLocalWindows;
|
| @@ -15,9 +15,9 @@ using sessions_helper::GetSessionData;
|
| using sessions_helper::OpenTabAndGetLocalWindows;
|
| using sessions_helper::WindowsMatch;
|
|
|
| -class TwoClientSessionsSyncTest : public LiveSyncTest {
|
| +class TwoClientSessionsSyncTest : public SyncTest {
|
| public:
|
| - TwoClientSessionsSyncTest() : LiveSyncTest(TWO_CLIENT) {}
|
| + TwoClientSessionsSyncTest() : SyncTest(TWO_CLIENT) {}
|
| virtual ~TwoClientSessionsSyncTest() {}
|
|
|
| private:
|
|
|