Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: content/common/resource_request.h

Issue 2954343005: Merge ResourceRequestBodyImpl and ResourceRequestBody. (Closed)
Patch Set: Remove comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/resource_messages.cc ('k') | content/common/resource_request_body_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_request.h
diff --git a/content/common/resource_request.h b/content/common/resource_request.h
index 21219fbd007cc16bb8a79277dc5666d2cd7fa313..517622ce601624362c79dfc5314c0d1b97c2478f 100644
--- a/content/common/resource_request.h
+++ b/content/common/resource_request.h
@@ -12,12 +12,12 @@
#include "base/optional.h"
#include "content/common/content_export.h"
#include "content/common/navigation_params.h"
-#include "content/common/resource_request_body_impl.h"
#include "content/common/service_worker/service_worker_types.h"
#include "content/public/common/appcache_info.h"
#include "content/public/common/previews_state.h"
#include "content/public/common/request_context_frame_type.h"
#include "content/public/common/request_context_type.h"
+#include "content/public/common/resource_request_body.h"
#include "content/public/common/resource_type.h"
#include "net/base/request_priority.h"
#include "third_party/WebKit/public/platform/WebMixedContentContextType.h"
@@ -128,7 +128,7 @@ struct CONTENT_EXPORT ResourceRequest {
REQUEST_CONTEXT_FRAME_TYPE_AUXILIARY;
// Optional resource request body (may be null).
- scoped_refptr<ResourceRequestBodyImpl> request_body;
+ scoped_refptr<ResourceRequestBody> request_body;
// If true, then the response body will be downloaded to a file and the path
// to that file will be provided in ResponseInfo::download_file_path.
« no previous file with comments | « content/common/resource_messages.cc ('k') | content/common/resource_request_body_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698