| Index: chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/single_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| similarity index 84%
|
| rename from chrome/browser/sync/test/live_sync/single_client_apps_sync_test.cc
|
| rename to chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| index 25b024af04cb6694c7770cd3d9f156e5acaa83f8..1840e45bdc1674f6aefad99100f3d49ce0934008 100644
|
| --- a/chrome/browser/sync/test/live_sync/single_client_apps_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| @@ -4,15 +4,15 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/browser/sync/test/live_sync/apps_helper.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/apps_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
|
|
| using apps_helper::AllProfilesHaveSameAppsAsVerifier;
|
| using apps_helper::InstallApp;
|
|
|
| -class SingleClientAppsSyncTest : public LiveSyncTest {
|
| +class SingleClientAppsSyncTest : public SyncTest {
|
| public:
|
| - SingleClientAppsSyncTest() : LiveSyncTest(SINGLE_CLIENT) {}
|
| + SingleClientAppsSyncTest() : SyncTest(SINGLE_CLIENT) {}
|
|
|
| virtual ~SingleClientAppsSyncTest() {}
|
|
|
|
|