Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3492)

Unified Diff: chrome/browser/sync/test/integration/many_client_preferences_sync_test.cc

Issue 7841007: Rename browser/sync/test/live_sync directory to browser/sync/test/integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "" Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/many_client_preferences_sync_test.cc
diff --git a/chrome/browser/sync/test/live_sync/many_client_preferences_sync_test.cc b/chrome/browser/sync/test/integration/many_client_preferences_sync_test.cc
similarity index 78%
rename from chrome/browser/sync/test/live_sync/many_client_preferences_sync_test.cc
rename to chrome/browser/sync/test/integration/many_client_preferences_sync_test.cc
index a66b979f283a3b6d39a69903554a5aef517be9ed..530176396f8eee6daa4a1658e712ea32f072004f 100644
--- a/chrome/browser/sync/test/live_sync/many_client_preferences_sync_test.cc
+++ b/chrome/browser/sync/test/integration/many_client_preferences_sync_test.cc
@@ -3,16 +3,16 @@
// found in the LICENSE file.
#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/preferences_helper.h"
+#include "chrome/browser/sync/test/integration/sync_test.h"
+#include "chrome/browser/sync/test/integration/preferences_helper.h"
#include "chrome/common/pref_names.h"
using preferences_helper::BooleanPrefMatches;
using preferences_helper::ChangeBooleanPref;
-class ManyClientPreferencesSyncTest : public LiveSyncTest {
+class ManyClientPreferencesSyncTest : public SyncTest {
public:
- ManyClientPreferencesSyncTest() : LiveSyncTest(MANY_CLIENT) {}
+ ManyClientPreferencesSyncTest() : SyncTest(MANY_CLIENT) {}
virtual ~ManyClientPreferencesSyncTest() {}
private:

Powered by Google App Engine
This is Rietveld 408576698