| Index: components/autofill/browser/risk/fingerprint.h
|
| diff --git a/components/autofill/browser/risk/fingerprint.h b/components/autofill/browser/risk/fingerprint.h
|
| index d498ec2d7d836063513c60449ad59a455388806a..fe82136df33a1da8bb2781b8db66510f9b457926 100644
|
| --- a/components/autofill/browser/risk/fingerprint.h
|
| +++ b/components/autofill/browser/risk/fingerprint.h
|
| @@ -45,7 +45,7 @@ class Fingerprint;
|
| // |accept_languages| is the Accept-Languages setting.
|
| // |install_time| is the absolute time of installation.
|
| void GetFingerprint(
|
| - int64 gaia_id,
|
| + uint64 gaia_id,
|
| const gfx::Rect& window_bounds,
|
| const content::WebContents& web_contents,
|
| const std::string& version,
|
| @@ -60,7 +60,7 @@ void GetFingerprint(
|
| namespace internal {
|
|
|
| void GetFingerprintInternal(
|
| - int64 gaia_id,
|
| + uint64 gaia_id,
|
| const gfx::Rect& window_bounds,
|
| const gfx::Rect& content_bounds,
|
| const WebKit::WebScreenInfo& screen_info,
|
|
|