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

Unified Diff: content/child/url_response_body_consumer_unittest.cc

Issue 2695333002: Mojo C++ bindings: remove usage of AssociatedGroup from content/ (Closed)
Patch Set: . Created 3 years, 10 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/child/url_loader_client_impl_unittest.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/url_response_body_consumer_unittest.cc
diff --git a/content/child/url_response_body_consumer_unittest.cc b/content/child/url_response_body_consumer_unittest.cc
index 37d93ed173d2ea14e8d57b013bc482658ef6e7ac..d078522e70fc2accac2172667a199713d63d5845 100644
--- a/content/child/url_response_body_consumer_unittest.cc
+++ b/content/child/url_response_body_consumer_unittest.cc
@@ -137,7 +137,7 @@ class URLResponseBodyConsumerTest : public ::testing::Test,
return dispatcher_->StartAsync(
std::move(request), 0, nullptr, url::Origin(),
base::MakeUnique<TestRequestPeer>(context, message_loop_.task_runner()),
- blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr, nullptr);
+ blink::WebURLRequest::LoadingIPCType::ChromeIPC, nullptr);
}
void Run(TestRequestPeer::Context* context) {
« no previous file with comments | « content/child/url_loader_client_impl_unittest.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698