Index: content/child/blink_platform_impl.cc |
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc |
index 2c71a251fcc9e844bf7babe5fd2bbfdc86288099..9dad44696a393d7fdf8a26ef2afc679b3dc31cb2 100644 |
--- a/content/child/blink_platform_impl.cc |
+++ b/content/child/blink_platform_impl.cc |
@@ -43,6 +43,7 @@ |
#include "content/child/thread_safe_sender.h" |
#include "content/child/web_discardable_memory_impl.h" |
#include "content/child/web_url_loader_impl.h" |
+#include "content/child/web_url_request_util.h" |
#include "content/child/websocket_bridge.h" |
#include "content/child/webthread_impl.h" |
#include "content/child/worker_task_runner.h" |
@@ -494,7 +495,7 @@ WebData BlinkPlatformImpl::parseDataURL(const WebURL& url, |
WebURLError BlinkPlatformImpl::cancelledError( |
const WebURL& unreachableURL) const { |
- return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED); |
+ return CreateWebURLError(unreachableURL, false, net::ERR_ABORTED); |
} |
bool BlinkPlatformImpl::isReservedIPAddress( |