summaryrefslogtreecommitdiffstats
path: root/net/base/upload_file_element_reader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/upload_file_element_reader.cc')
-rw-r--r--net/base/upload_file_element_reader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/upload_file_element_reader.cc b/net/base/upload_file_element_reader.cc
index 77c7705..e7bf0c12 100644
--- a/net/base/upload_file_element_reader.cc
+++ b/net/base/upload_file_element_reader.cc
@@ -46,7 +46,7 @@ int InitInternal(const base::FilePath& path,
}
int64 length = 0;
- if (!file_util::GetFileSize(path, &length)) {
+ if (!base::GetFileSize(path, &length)) {
DLOG(WARNING) << "Failed to get file size of \"" << path.value() << "\"";
return ERR_FILE_NOT_FOUND;
}