Index: sync/internal_api/debug_info_event_listener.cc |
diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc |
index 273eeb511d24c755034436725e0dee765980e1db..a0250d8fa4bf2e21f605706f3a76d5de86ad9c85 100644 |
--- a/sync/internal_api/debug_info_event_listener.cc |
+++ b/sync/internal_api/debug_info_event_listener.cc |
@@ -29,8 +29,6 @@ void DebugInfoEventListener::OnSyncCycleCompleted( |
snapshot.num_encryption_conflicts()); |
sync_completed_event_info->set_num_hierarchy_conflicts( |
snapshot.num_hierarchy_conflicts()); |
- sync_completed_event_info->set_num_simple_conflicts( |
- snapshot.num_simple_conflicts()); |
sync_completed_event_info->set_num_server_conflicts( |
snapshot.num_server_conflicts()); |