| Index: net/http/http_proxy_client_socket_fuzzer.cc
|
| diff --git a/net/http/http_proxy_client_socket_fuzzer.cc b/net/http/http_proxy_client_socket_fuzzer.cc
|
| index 8c4b80e8ec39d51dd53efec8e3e56dacc2bd435b..44af2bfb8d52fa2dc2cc345de95f2f2cbfa725c7 100644
|
| --- a/net/http/http_proxy_client_socket_fuzzer.cc
|
| +++ b/net/http/http_proxy_client_socket_fuzzer.cc
|
| @@ -10,11 +10,11 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| +#include "base/fuzzed_data_provider.h"
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "net/base/address_list.h"
|
| #include "net/base/auth.h"
|
| -#include "net/base/fuzzed_data_provider.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/base/test_completion_callback.h"
|
| #include "net/http/http_auth_cache.h"
|
| @@ -36,7 +36,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
| // Use a test NetLog, to exercise logging code.
|
| net::TestNetLog test_net_log;
|
|
|
| - net::FuzzedDataProvider data_provider(data, size);
|
| + base::FuzzedDataProvider data_provider(data, size);
|
|
|
| net::TestCompletionCallback callback;
|
| std::unique_ptr<net::FuzzedSocket> fuzzed_socket(
|
|
|