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

Unified Diff: content/child/resource_dispatcher_unittest.cc

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
Index: content/child/resource_dispatcher_unittest.cc
diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
index 1b3e0a7a575486c6bc0ddcf321d800be8b12f836..fc5d41e4e2e4134b832ba666e551136a3fd4b151 100644
--- a/content/child/resource_dispatcher_unittest.cc
+++ b/content/child/resource_dispatcher_unittest.cc
@@ -32,6 +32,7 @@
#include "content/public/child/resource_dispatcher_delegate.h"
#include "content/public/common/content_features.h"
#include "content/public/common/request_context_frame_type.h"
+#include "content/public/common/resource_request_body.h"
#include "content/public/common/resource_response.h"
#include "net/base/net_errors.h"
#include "net/base/request_priority.h"
@@ -223,7 +224,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
ResourceDispatcher* dispatcher() { return dispatcher_.get(); }
int StartAsync(std::unique_ptr<ResourceRequest> request,
- ResourceRequestBodyImpl* request_body,
+ ResourceRequestBody* request_body,
TestRequestPeer::Context* peer_context) {
std::unique_ptr<TestRequestPeer> peer(
new TestRequestPeer(dispatcher(), peer_context));
« no previous file with comments | « content/browser/service_worker/service_worker_write_to_cache_job_unittest.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698