| Index: net/proxy/proxy_resolver_v8_unittest.cc
|
| diff --git a/net/proxy/proxy_resolver_v8_unittest.cc b/net/proxy/proxy_resolver_v8_unittest.cc
|
| index 67e77397a8c0d1f0c6425c7bfeb4418febf6696b..cbbedcec61889e35c6e10c3ea6289d939f815848 100644
|
| --- a/net/proxy/proxy_resolver_v8_unittest.cc
|
| +++ b/net/proxy/proxy_resolver_v8_unittest.cc
|
| @@ -117,7 +117,7 @@ class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {
|
|
|
| // Try to read the file from disk.
|
| std::string file_contents;
|
| - bool ok = file_util::ReadFileToString(path, &file_contents);
|
| + bool ok = base::ReadFileToString(path, &file_contents);
|
|
|
| // If we can't load the file from disk, something is misconfigured.
|
| if (!ok) {
|
|
|