Index: content/browser/frame_host/frame_navigation_entry.cc |
diff --git a/content/browser/frame_host/frame_navigation_entry.cc b/content/browser/frame_host/frame_navigation_entry.cc |
index 3a46ef6fb06317219ddf6ace5b567b1bf563b6f2..947ee988c9c7c2c5be59e5d08a31f3d606e52ff9 100644 |
--- a/content/browser/frame_host/frame_navigation_entry.cc |
+++ b/content/browser/frame_host/frame_navigation_entry.cc |
@@ -97,8 +97,7 @@ void FrameNavigationEntry::SetPageState(const PageState& page_state) { |
document_sequence_number_ = exploded_state.top.document_sequence_number; |
} |
-scoped_refptr<ResourceRequestBodyImpl> FrameNavigationEntry::GetPostData() |
- const { |
+scoped_refptr<ResourceRequestBody> FrameNavigationEntry::GetPostData() const { |
if (method_ != "POST") |
return nullptr; |