Index: content/test/image_decoder_test.cc |
diff --git a/content/test/image_decoder_test.cc b/content/test/image_decoder_test.cc |
index 13b3608979a4a7b245cfee446a262387a813cd61..351d491aeff3aeb44df5123e16f31924309f9cad 100644 |
--- a/content/test/image_decoder_test.cc |
+++ b/content/test/image_decoder_test.cc |
@@ -31,7 +31,7 @@ bool ShouldSkipFile(const base::FilePath& path, |
return false; |
int64 image_size = 0; |
- file_util::GetFileSize(path, &image_size); |
+ base::GetFileSize(path, &image_size); |
return (file_selection == TEST_SMALLER) == (image_size > threshold); |
} |