| Index: components/autofill/content/browser/risk/fingerprint.cc
|
| diff --git a/components/autofill/content/browser/risk/fingerprint.cc b/components/autofill/content/browser/risk/fingerprint.cc
|
| index 5a2a72c390763a0f8eb21be8298fd51a2d24286b..c2c2e37f9a88f3d44bce1b66691a308f57fba2f1 100644
|
| --- a/components/autofill/content/browser/risk/fingerprint.cc
|
| +++ b/components/autofill/content/browser/risk/fingerprint.cc
|
| @@ -467,7 +467,7 @@ void GetFingerprintInternal(
|
| void GetFingerprint(
|
| uint64 obfuscated_gaia_id,
|
| const gfx::Rect& window_bounds,
|
| - content::WebContents* web_contents,
|
| + const content::WebContents* web_contents,
|
| const std::string& version,
|
| const std::string& charset,
|
| const std::string& accept_languages,
|
| @@ -478,7 +478,7 @@ void GetFingerprint(
|
| gfx::Rect content_bounds = web_contents->GetContainerBounds();
|
|
|
| blink::WebScreenInfo screen_info;
|
| - content::RenderWidgetHostView* host_view =
|
| + const content::RenderWidgetHostView* host_view =
|
| web_contents->GetRenderWidgetHostView();
|
| if (host_view)
|
| host_view->GetRenderWidgetHost()->GetWebScreenInfo(&screen_info);
|
|
|