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

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

Issue 10825047: Fix a typo in RealModelTypeToNotificationType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | sync/syncable/model_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index da07fd4d9b779a636c9d9785f99b9f929cd22de0..b0dd0005bb8cb0f74951430fbaf5dbd5301baf79 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -335,7 +335,7 @@ bool SyncTest::SetupSync() {
// This value must be updated whenever new permanent items are added (although
// this should handle new datatype-specific top level folders).
number_of_default_sync_items_ = GetClient(0)->GetNumEntries() -
- GetClient(0)->GetNumDatatypes() - 7;
+ GetClient(0)->GetNumDatatypes() - 6;
DVLOG(1) << "Setting " << number_of_default_sync_items_ << " as default "
<< " number of entries.";
« no previous file with comments | « no previous file | sync/syncable/model_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698