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

Unified Diff: content/test/test_blink_web_unit_test_support.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/renderer/renderer_blink_platform_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_blink_web_unit_test_support.cc
diff --git a/content/test/test_blink_web_unit_test_support.cc b/content/test/test_blink_web_unit_test_support.cc
index e63bf9814ce9e0bb8e43029f8f2929009aabaf31..752767a96e018b86421aac74ba1ff5f58711ffab 100644
--- a/content/test/test_blink_web_unit_test_support.cc
+++ b/content/test/test_blink_web_unit_test_support.cc
@@ -196,8 +196,7 @@ blink::WebIDBFactory* TestBlinkWebUnitTestSupport::idbFactory() {
blink::WebURLLoader* TestBlinkWebUnitTestSupport::createURLLoader() {
// This loader should be used only for process-local resources such as
// data URLs.
- blink::WebURLLoader* default_loader =
- new WebURLLoaderImpl(nullptr, nullptr, nullptr);
+ blink::WebURLLoader* default_loader = new WebURLLoaderImpl(nullptr, nullptr);
return url_loader_factory_->createURLLoader(default_loader);
}
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698