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 0259973998fccee8da736d9807bb0093baecddc0..42560843aee2122a433905f998598661b6194e68 100644 |
--- a/components/autofill/browser/risk/proto/fingerprint.proto |
+++ b/components/autofill/browser/risk/proto/fingerprint.proto |
@@ -138,7 +138,7 @@ message Fingerprint { |
// Contains properties relating to more transient computer / browser state. |
message TransientState { |
- // Corresponds to window.innerWidth / innertHeight |
+ // Corresponds to window.innerWidth / innerHeight |
optional Dimension inner_window_size = 1; |
// Corresponds to window.outerWidth / outerHeight |
@@ -202,8 +202,8 @@ message Fingerprint { |
message Metadata { |
// 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; |
+ // Obfuscated Gaia id associated with transaction. |
+ 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; |
-} |
+} |