Index: content/common/mac/font_loader.mm |
diff --git a/content/common/mac/font_loader.mm b/content/common/mac/font_loader.mm |
index 6ecb7ca6b70827ff44e3996ce1396ebc591fd2fb..d919680505f8c024504e6e44f113756587770c74 100644 |
--- a/content/common/mac/font_loader.mm |
+++ b/content/common/mac/font_loader.mm |
@@ -124,7 +124,7 @@ void FontLoader::LoadFont(const FontDescriptor& font, |
// Load file into shared memory buffer. |
int64 font_file_size_64 = -1; |
- if (!file_util::GetFileSize(font_path, &font_file_size_64)) { |
+ if (!base::GetFileSize(font_path, &font_file_size_64)) { |
DLOG(ERROR) << "Couldn't get font file size for " << font_path.value(); |
return; |
} |