| Index: chrome/browser/sync/about_sync_util.cc
|
| diff --git a/chrome/browser/sync/about_sync_util.cc b/chrome/browser/sync/about_sync_util.cc
|
| index d52344334134b48183d0f050ab7fb0d925b89a45..36e2221d107938b5d7c7045fa6a06859c3c674b2 100644
|
| --- a/chrome/browser/sync/about_sync_util.cc
|
| +++ b/chrome/browser/sync/about_sync_util.cc
|
| @@ -281,14 +281,14 @@ scoped_ptr<DictionaryValue> ConstructAboutInformation(
|
| IntSyncStat notifications_received(section_counters,
|
| "Notifications Received");
|
| IntSyncStat empty_get_updates(section_counters, "Cycles Without Updates");
|
| - IntSyncStat non_empty_get_updates(section_counters, "Cycles With Updated");
|
| + IntSyncStat non_empty_get_updates(section_counters, "Cycles With Updates");
|
| IntSyncStat sync_cycles_without_commits(section_counters,
|
| "Cycles Without Commits");
|
| IntSyncStat sync_cycles_with_commits(section_counters, "Cycles With Commits");
|
| IntSyncStat useless_sync_cycles(section_counters,
|
| "Cycles Without Commits or Updates");
|
| IntSyncStat useful_sync_cycles(section_counters,
|
| - "Cycles With Commit or Update");
|
| + "Cycles With Commits or Updates");
|
| IntSyncStat updates_received(section_counters, "Updates Downloaded");
|
| IntSyncStat tombstone_updates(section_counters, "Tombstone Updates");
|
| IntSyncStat reflected_updates(section_counters, "Reflected Updates");
|
|
|