| Index: content/test/weburl_loader_mock_factory.cc
|
| diff --git a/content/test/weburl_loader_mock_factory.cc b/content/test/weburl_loader_mock_factory.cc
|
| index 791ae1e18d255060deee11950c6630bc3e003848..38a9d509e8f780c9d13ebd46dff6c85ebe9bf065 100644
|
| --- a/content/test/weburl_loader_mock_factory.cc
|
| +++ b/content/test/weburl_loader_mock_factory.cc
|
| @@ -176,7 +176,7 @@ bool WebURLLoaderMockFactory::IsPending(WebURLLoaderMock* loader) {
|
| bool WebURLLoaderMockFactory::ReadFile(const base::FilePath& file_path,
|
| WebData* data) {
|
| int64 file_size = 0;
|
| - if (!file_util::GetFileSize(file_path, &file_size))
|
| + if (!base::GetFileSize(file_path, &file_size))
|
| return false;
|
|
|
| int size = static_cast<int>(file_size);
|
|
|