| 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..03fe8ddb2d5efdee05bc7411c7758bccf5e5308d 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -125,7 +125,7 @@ class ProxyScriptFetcherImplTest : public PlatformTest {
|
| }
|
|
|
| static void SetUpTestCase() {
|
| - URLRequest::AllowFileAccess();
|
| + URLRequest::AllowAccessToAllFiles();
|
| }
|
|
|
| protected:
|
|
|