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 9c83bfd8a17a49063ab43f8294d8661774d08157..bfaa2aa9ec17db8e6c891a7f7ed2f7a019158f4d 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -707,7 +707,7 @@ int SyncTest::NumberOfDefaultSyncItems() const { |
// TODO(stevet): It would be nice if there was some mechanism for retrieving |
// this sum from each data type without having to manually count and update |
// this value. |
- return 7; |
+ return 9; |
} |
void SyncTest::SetProxyConfig(net::URLRequestContextGetter* context_getter, |