| Index: chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/live_sync/single_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/test/live_sync/single_client_bookmarks_sync_test.cc
|
| rename to chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| index c4bb875ceaf9e41b1d41f646308ccfa59c6054d6..4ca31ade9aadb72859da324e0b8557eb187eb239 100644
|
| --- a/chrome/browser/sync/test/live_sync/single_client_bookmarks_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/profile_sync_service_harness.h"
|
| -#include "chrome/browser/sync/test/live_sync/bookmarks_helper.h"
|
| -#include "chrome/browser/sync/test/live_sync/live_sync_test.h"
|
| +#include "chrome/browser/sync/test/integration/bookmarks_helper.h"
|
| +#include "chrome/browser/sync/test/integration/sync_test.h"
|
|
|
| using bookmarks_helper::AddFolder;
|
| using bookmarks_helper::AddURL;
|
| @@ -16,9 +16,9 @@ using bookmarks_helper::Move;
|
| using bookmarks_helper::Remove;
|
| using bookmarks_helper::SetTitle;
|
|
|
| -class SingleClientBookmarksSyncTest : public LiveSyncTest {
|
| +class SingleClientBookmarksSyncTest : public SyncTest {
|
| public:
|
| - SingleClientBookmarksSyncTest() : LiveSyncTest(SINGLE_CLIENT) {}
|
| + SingleClientBookmarksSyncTest() : SyncTest(SINGLE_CLIENT) {}
|
| virtual ~SingleClientBookmarksSyncTest() {}
|
|
|
| private:
|
|
|