| Index: components/autofill/browser/risk/proto/fingerprint.proto
|
| diff --git a/components/autofill/browser/risk/proto/fingerprint.proto b/components/autofill/browser/risk/proto/fingerprint.proto
|
| index 2c482ecc7f58559c0ae54638fa8b02fcab42f38e..95eb20fb7364f54394cc42df3a25917aeeb1320f 100644
|
| --- a/components/autofill/browser/risk/proto/fingerprint.proto
|
| +++ b/components/autofill/browser/risk/proto/fingerprint.proto
|
| @@ -203,7 +203,7 @@ message Fingerprint {
|
| // When this data was collected / received, in milliseconds since the epoch.
|
| optional int64 timestamp_ms = 1;
|
| // Gaia id associated with transaction.
|
| - optional int64 gaia_id = 2;
|
| + optional uint64 obfuscated_gaia_id = 2;
|
| // Version of the native library generating this proto.
|
| // This may be manually bumped when the code populating the proto has
|
| // significantly changed.
|
| @@ -221,4 +221,4 @@ message Fingerprint {
|
|
|
| // Metadata associated with data collection.
|
| optional Metadata metadata = 5;
|
| -}
|
| +}
|
|
|