| 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 bc9a138f25ac996f5f3775e381d2be2f29b641b4..a0707628eb29879a174cb96e58e63e6fc497184e 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -194,7 +194,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;
|
| }
|
|
|
|
|