| Index: net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| index 2073d00cace99f01830b3615931e45421b7647c4..4154c65b4642588623a6d1aedb1365fec9614727 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "net/base/filename_util.h"
|
| #include "net/base/load_flags.h"
|
| +#include "net/base/network_delegate_impl.h"
|
| #include "net/base/test_completion_callback.h"
|
| #include "net/cert/mock_cert_verifier.h"
|
| #include "net/disk_cache/disk_cache.h"
|
| @@ -107,7 +108,7 @@ GURL GetTestFileUrl(const std::string& relpath) {
|
| // without introducing layering violations. Also causes a test failure if a
|
| // request is seen that doesn't set a load flag to bypass revocation checking.
|
|
|
| -class BasicNetworkDelegate : public NetworkDelegate {
|
| +class BasicNetworkDelegate : public NetworkDelegateImpl {
|
| public:
|
| BasicNetworkDelegate() {}
|
| ~BasicNetworkDelegate() override {}
|
|
|