| 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 4585e76c237085b3e68288351182d62365c226e8..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
|
| @@ -221,4 +221,4 @@ message Fingerprint {
|
|
|
| // Metadata associated with data collection.
|
| optional Metadata metadata = 5;
|
| -}
|
| +}
|
|
|