Index: content/public/common/background_sync.mojom |
diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom |
index 8d3bdd22ef7789b2f0a91cc0d8df8984967449c8..0f8b18a5e719413836e6e89eb3c9e73097f18ae5 100644 |
--- a/content/public/common/background_sync.mojom |
+++ b/content/public/common/background_sync.mojom |
@@ -24,7 +24,7 @@ enum BackgroundSyncPeriodicity { |
}; |
struct SyncRegistration { |
- int64 id = -1; |
+ int32 handle_id = -1; |
BackgroundSyncPeriodicity periodicity = ONE_SHOT; |
string tag = ""; |
uint64 min_period_ms = 0; |