Index: components/cronet/android/url_request_context_adapter.cc |
diff --git a/components/cronet/android/url_request_context_adapter.cc b/components/cronet/android/url_request_context_adapter.cc |
index baec6e8f4b21a14b8685f56caca36bfb0ead9c40..1312555e88181a1225f408220199599c80ea8dbc 100644 |
--- a/components/cronet/android/url_request_context_adapter.cc |
+++ b/components/cronet/android/url_request_context_adapter.cc |
@@ -16,6 +16,7 @@ |
#include "net/base/net_log_logger.h" |
#include "net/base/net_util.h" |
#include "net/base/network_change_notifier.h" |
+#include "net/base/network_delegate_impl.h" |
#include "net/cert/cert_verifier.h" |
#include "net/http/http_auth_handler_factory.h" |
#include "net/http/http_network_layer.h" |
@@ -35,7 +36,7 @@ base::MessageLoop* g_main_message_loop = nullptr; |
net::NetworkChangeNotifier* g_network_change_notifier = nullptr; |
-class BasicNetworkDelegate : public net::NetworkDelegate { |
+class BasicNetworkDelegate : public net::NetworkDelegateImpl { |
public: |
BasicNetworkDelegate() {} |
virtual ~BasicNetworkDelegate() {} |