Index: components/html_viewer/web_url_loader_impl.h |
diff --git a/components/html_viewer/web_url_loader_impl.h b/components/html_viewer/web_url_loader_impl.h |
index 4a92a8aa58227015a55ceca70f242197a93e3529..7ff3a4333d249a605e0570cc88ea57d0d67d01ac 100644 |
--- a/components/html_viewer/web_url_loader_impl.h |
+++ b/components/html_viewer/web_url_loader_impl.h |
@@ -16,7 +16,7 @@ |
#include "third_party/WebKit/public/platform/WebURLRequest.h" |
namespace mojo { |
-class NetworkService; |
+class URLLoaderFactory; |
} |
namespace html_viewer { |
@@ -32,7 +32,7 @@ class WebURLRequestExtraData : public blink::WebURLRequest::ExtraData { |
class WebURLLoaderImpl : public blink::WebURLLoader { |
public: |
- explicit WebURLLoaderImpl(mojo::NetworkService* network_service, |
+ explicit WebURLLoaderImpl(mojo::URLLoaderFactory* url_loader_factory, |
MockWebBlobRegistryImpl* web_blob_registry); |
private: |