| 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 c1bebe744903ef49b1e89a770aaa2d02dff9adcb..3b5f8b107360c6e05301a26d8be324c6f9c6dcf6 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -233,7 +233,8 @@ class BasicNetworkDelegate : public NetworkDelegateImpl {
|
| }
|
|
|
| bool OnCanAccessFile(const URLRequest& request,
|
| - const base::FilePath& path) const override {
|
| + const base::FilePath& original_path,
|
| + const base::FilePath& absolute_path) const override {
|
| return true;
|
| }
|
|
|
|
|