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."; |