| 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 212aad45092b44a4366d62e5a6d0aee71d18b1b8..39965e2e025c365ba47a3f47280ff7bd0c637262 100644
|
| --- a/content/browser/frame_host/frame_navigation_entry.h
|
| +++ b/content/browser/frame_host/frame_navigation_entry.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "content/browser/site_instance_impl.h"
|
| -#include "content/common/resource_request_body.h"
|
| +#include "content/common/resource_request_body_impl.h"
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/referrer.h"
|
|
|
| @@ -124,7 +124,7 @@ class CONTENT_EXPORT FrameNavigationEntry
|
|
|
| // The data sent during a POST navigation. Returns nullptr if the navigation
|
| // is not a POST.
|
| - scoped_refptr<ResourceRequestBody> GetPostData() const;
|
| + scoped_refptr<ResourceRequestBodyImpl> GetPostData() const;
|
|
|
| private:
|
| friend class base::RefCounted<FrameNavigationEntry>;
|
|
|