| Index: content/browser/loader/navigation_resource_throttle.cc
|
| diff --git a/content/browser/loader/navigation_resource_throttle.cc b/content/browser/loader/navigation_resource_throttle.cc
|
| index 9f3cb56eb0c8e889b36b4415554d1ba233113fa6..2ad781f10afa6d2eedc242ed246f2281834e08a7 100644
|
| --- a/content/browser/loader/navigation_resource_throttle.cc
|
| +++ b/content/browser/loader/navigation_resource_throttle.cc
|
| @@ -46,7 +46,8 @@ void CheckWillStartRequestOnUIThread(
|
| int render_process_id,
|
| int render_frame_host_id,
|
| const std::string& method,
|
| - const scoped_refptr<content::ResourceRequestBody>& resource_request_body,
|
| + const scoped_refptr<content::ResourceRequestBodyImpl>&
|
| + resource_request_body,
|
| const Referrer& sanitized_referrer,
|
| bool has_user_gesture,
|
| ui::PageTransition transition,
|
|
|