Index: content/common/navigation_params.cc |
diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc |
index 5881d583f8440689c9c67b751fae0b3cfc4ccc58..df4dd2bc6f179d1ded01b3461b3aa704cb470f79 100644 |
--- a/content/common/navigation_params.cc |
+++ b/content/common/navigation_params.cc |
@@ -78,7 +78,7 @@ CommonNavigationParams::CommonNavigationParams( |
PreviewsState previews_state, |
const base::TimeTicks& navigation_start, |
std::string method, |
- const scoped_refptr<ResourceRequestBodyImpl>& post_data, |
+ const scoped_refptr<ResourceRequestBody>& post_data, |
base::Optional<SourceLocation> source_location, |
CSPDisposition should_check_main_world_csp) |
: url(url), |