| Index: content/browser/frame_host/navigation_request.h
|
| diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
|
| index a4b2e010dec67638a18330a2bb638e80b5ca2e2b..27568dcaa8a96ec69605e5dbc433ace2370f8072 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -83,7 +83,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
|
| PreviewsState previews_state,
|
| bool is_same_document_history_load,
|
| bool is_history_navigation_in_new_child,
|
| - const scoped_refptr<ResourceRequestBodyImpl>& post_body,
|
| + const scoped_refptr<ResourceRequestBody>& post_body,
|
| const base::TimeTicks& navigation_start,
|
| NavigationControllerImpl* controller);
|
|
|
|
|