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..02056338961b736cfec1b319ad2033fb8c53e6c7 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. |
Ilya Sherman
2013/05/03 07:38:31
nit: Please update this comment to indicate that t
Dan Beam
2013/05/03 09:24:47
Yeah, I'll rename this everywhere tomorrow.
Dan Beam
2013/05/03 23:02:40
Done.
|
- optional int64 gaia_id = 2; |
+ optional uint64 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; |
-} |
+} |