summaryrefslogtreecommitdiffstats
path: root/src/core/net/url_request_context_getter_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net/url_request_context_getter_qt.h')
-rw-r--r--src/core/net/url_request_context_getter_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net/url_request_context_getter_qt.h b/src/core/net/url_request_context_getter_qt.h
index 717827543..0e4e84b4a 100644
--- a/src/core/net/url_request_context_getter_qt.h
+++ b/src/core/net/url_request_context_getter_qt.h
@@ -126,7 +126,7 @@ private:
content::URLRequestInterceptorScopedVector m_requestInterceptors;
std::unique_ptr<net::HttpNetworkSession> m_httpNetworkSession;
std::unique_ptr<net::HttpAuthPreferences> m_httpAuthPreferences;
- proxy_resolver::mojom::ProxyResolverFactoryPtr m_proxyResolverFactory;
+ mojo::InterfacePtrInfo<proxy_resolver::mojom::ProxyResolverFactory> m_proxyResolverFactoryInterface;
std::unique_ptr<net::TransportSecurityPersister> m_transportSecurityPersister;
QList<QByteArray> m_installedCustomSchemes;