Index: content/browser/frame_host/frame_navigation_entry.h |
diff --git a/content/browser/frame_host/frame_navigation_entry.h b/content/browser/frame_host/frame_navigation_entry.h |
index eca2712e788460b4eed86682a92671bf4521949e..443dec4722e44d1e2e2103ba0638b6a7283417d4 100644 |
--- a/content/browser/frame_host/frame_navigation_entry.h |
+++ b/content/browser/frame_host/frame_navigation_entry.h |
@@ -10,9 +10,9 @@ |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
#include "content/browser/site_instance_impl.h" |
-#include "content/common/resource_request_body_impl.h" |
#include "content/public/common/page_state.h" |
#include "content/public/common/referrer.h" |
+#include "content/public/common/resource_request_body.h" |
namespace content { |
@@ -132,7 +132,7 @@ class CONTENT_EXPORT FrameNavigationEntry |
// The data sent during a POST navigation. Returns nullptr if the navigation |
// is not a POST. |
- scoped_refptr<ResourceRequestBodyImpl> GetPostData() const; |
+ scoped_refptr<ResourceRequestBody> GetPostData() const; |
private: |
friend class base::RefCounted<FrameNavigationEntry>; |