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

Unified Diff: chrome/browser/sync/test/integration/two_client_passwords_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/two_client_passwords_sync_test.cc
diff --git a/chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
similarity index 97%
rename from chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc
rename to chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
index fd39c854b4364582f844a2434d81599015a610bc..2161f4cdae78a23018aea4c05bd7bc460594e577 100644
--- a/chrome/browser/sync/test/live_sync/two_client_passwords_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc
@@ -6,8 +6,8 @@
#include "chrome/browser/sync/engine/model_safe_worker.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/passwords_helper.h"
+#include "chrome/browser/sync/test/integration/sync_test.h"
+#include "chrome/browser/sync/test/integration/passwords_helper.h"
using passwords_helper::AddLogin;
using passwords_helper::AllProfilesContainSamePasswordForms;
@@ -27,9 +27,9 @@ using webkit_glue::PasswordForm;
static const char* kValidPassphrase = "passphrase!";
-class TwoClientPasswordsSyncTest : public LiveSyncTest {
+class TwoClientPasswordsSyncTest : public SyncTest {
public:
- TwoClientPasswordsSyncTest() : LiveSyncTest(TWO_CLIENT) {}
+ TwoClientPasswordsSyncTest() : SyncTest(TWO_CLIENT) {}
virtual ~TwoClientPasswordsSyncTest() {}
private:

Powered by Google App Engine
This is Rietveld 408576698