| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index bb9ac7469d96d9b0a37926b6617e468cca5a9498..b352e00e65f83246753d8b9ecc4207c19cd81ee8 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -3712,7 +3712,7 @@ void RenderFrameHostImpl::GrantFileAccessFromPageState(const PageState& state) {
|
| }
|
|
|
| void RenderFrameHostImpl::GrantFileAccessFromResourceRequestBody(
|
| - const ResourceRequestBodyImpl& body) {
|
| + const ResourceRequestBody& body) {
|
| GrantFileAccess(GetProcess()->GetID(), body.GetReferencedFiles());
|
| }
|
|
|
|
|