| 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 8881161ab5873c95c38091c7e3dd357fe00be18c..e01a14a4489d1ce8f166191c7336b3a100967fc5 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -21,6 +21,7 @@
|
| #include "net/http/http_server_properties_impl.h"
|
| #include "net/test/test_server.h"
|
| #include "net/url_request/url_request_context_storage.h"
|
| +#include "net/url_request/url_request_file_job.h"
|
| #include "net/url_request/url_request_job_factory.h"
|
| #include "net/url_request/url_request_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -125,7 +126,7 @@ class ProxyScriptFetcherImplTest : public PlatformTest {
|
| }
|
|
|
| static void SetUpTestCase() {
|
| - URLRequest::AllowFileAccess();
|
| + URLRequestFileJob::AllowAccessToAllFiles();
|
| }
|
|
|
| protected:
|
|
|