| 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..0259973998fccee8da736d9807bb0093baecddc0 100644
|
| --- a/components/autofill/browser/risk/proto/fingerprint.proto
|
| +++ b/components/autofill/browser/risk/proto/fingerprint.proto
|
| @@ -173,9 +173,9 @@ message Fingerprint {
|
| optional double longitude = 3;
|
| // Accuracy in meters. 95% probability of being in this radius of
|
| // lat / long.
|
| - optional float accuracy = 4;
|
| + optional double accuracy = 4;
|
| // Milliseconds since epoch since measurement.
|
| - optional double time_in_ms = 5;
|
| + optional int64 time_in_ms = 5;
|
| }
|
|
|
| // Average force by finger presses. TouchEvent.force
|
|
|