Chromium Code Reviews| Index: content/public/common/background_sync.mojom |
| diff --git a/content/public/common/background_sync.mojom b/content/public/common/background_sync.mojom |
| index 969e0b6b5de19df1b7081e8d1936a41ebf9d43c3..91ad520e476e02dea2842356629eb7637b10402a 100644 |
| --- a/content/public/common/background_sync.mojom |
| +++ b/content/public/common/background_sync.mojom |
| @@ -12,7 +12,7 @@ enum BackgroundSyncNetworkState { |
| }; |
| struct SyncRegistration { |
| - int64 handle_id = -1; |
| + int64 id = -1; |
| string tag = ""; |
| BackgroundSyncNetworkState network_state = ONLINE; |
| }; |