| 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..c7d2b01dd2ec6e6c1baf68d89c1c887dc7de1b4e 100644
|
| --- a/components/autofill/content/browser/risk/fingerprint.cc
|
| +++ b/components/autofill/content/browser/risk/fingerprint.cc
|
| @@ -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);
|
|
|