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

Unified Diff: chrome/browser/sync/test/integration/performance/sessions_sync_perf_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/performance/sessions_sync_perf_test.cc
diff --git a/chrome/browser/sync/test/live_sync/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
similarity index 91%
rename from chrome/browser/sync/test/live_sync/performance/sessions_sync_perf_test.cc
rename to chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
index 3bb5d4539651c4cffb51bb27b5790bda37ebca0f..93462a4a13ce87c06416de4c52d34da3b483470e 100644
--- a/chrome/browser/sync/test/live_sync/performance/sessions_sync_perf_test.cc
+++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
@@ -5,9 +5,9 @@
#include "base/stringprintf.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/sync/profile_sync_service_harness.h"
-#include "chrome/browser/sync/test/live_sync/performance/sync_timing_helper.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/performance/sync_timing_helper.h"
+#include "chrome/browser/sync/test/integration/sessions_helper.h"
+#include "chrome/browser/sync/test/integration/sync_test.h"
using sessions_helper::GetLocalSession;
using sessions_helper::GetSessionData;
@@ -16,9 +16,9 @@ using sessions_helper::WaitForTabsToLoad;
static const int kNumTabs = 150;
-class SessionsSyncPerfTest: public LiveSyncTest {
+class SessionsSyncPerfTest: public SyncTest {
public:
- SessionsSyncPerfTest() : LiveSyncTest(TWO_CLIENT), url_number_(0) {}
+ SessionsSyncPerfTest() : SyncTest(TWO_CLIENT), url_number_(0) {}
// Opens |num_tabs| new tabs on |profile|.
void AddTabs(int profile, int num_tabs);

Powered by Google App Engine
This is Rietveld 408576698