Update number of atoms

Statsd now tracks more atoms (900 atoms).

Bug: 281600924
Test: atest statsd_test
Change-Id: Ib5022955a80149a6d3bcc4030af5bb51d2c3614c
Merged-In: Ib5022955a80149a6d3bcc4030af5bb51d2c3614c
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 634c2c5..43a8a73 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -787,8 +787,6 @@
                 578 [(module) = "framework"];
         corenetworking.connectivity.NetworkValidationFailureStatsDailyReported
             network_validation_failure_stats_daily_reported = 601 [(module) = "connectivity"];
-        // StatsdStats tracks platform atoms with ids up to 750.
-        // Update StatsdStats::kMaxPushedAtomId when atom ids here approach that value.
     }
 
     // Pushed atom extensions.
@@ -813,6 +811,8 @@
     extensions 665; // RkpdClientOperation rkpd_client_operation
     extensions 666;  // RestrictedBluetoothDeviceNameReported restricted_bluetooth_device_name_reported
     extensions 9999; // Atom9999 atom_9999
+    // StatsdStats tracks platform atoms with ids up to 900.
+    // Update StatsdStats::kMaxPushedAtomId when atom ids here approach that value.
 
     // Pulled events will start at field 10000.
     // Next: 10175