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

Unified Diff: chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 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/typed_urls_sync_perf_test.cc
diff --git a/chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc
index 8eef468d4752042bda5c583870843b9bcba178a5..af0466d7385de6f6653344da103a761348572724 100644
--- a/chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc
+++ b/chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc
@@ -23,10 +23,10 @@ static const int kNumUrls = 163;
// This compile assert basically asserts that kNumUrls is right in the
// middle between two multiples of kDefaultMaxCommitBatchSize.
COMPILE_ASSERT(
- ((kNumUrls % csync::kDefaultMaxCommitBatchSize) >=
- (csync::kDefaultMaxCommitBatchSize / 2)) &&
- ((kNumUrls % csync::kDefaultMaxCommitBatchSize) <=
- ((csync::kDefaultMaxCommitBatchSize + 1) / 2)),
+ ((kNumUrls % syncer::kDefaultMaxCommitBatchSize) >=
+ (syncer::kDefaultMaxCommitBatchSize / 2)) &&
+ ((kNumUrls % syncer::kDefaultMaxCommitBatchSize) <=
+ ((syncer::kDefaultMaxCommitBatchSize + 1) / 2)),
kNumUrlsShouldBeBetweenTwoMultiplesOfkDefaultMaxCommitBatchSize);
class TypedUrlsSyncPerfTest : public SyncTest {
« no previous file with comments | « chrome/browser/sync/test/integration/enable_disable_test.cc ('k') | chrome/browser/sync/test/integration/sync_errors_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698