Index: net/base/file_stream_unittest.cc |
diff --git a/net/base/file_stream_unittest.cc b/net/base/file_stream_unittest.cc |
index 78ed2d533c62035e7b78539d6585a9c948dbb5e0..2e308b3a7f82487be23f182ec006c07bdfb6d37d 100644 |
--- a/net/base/file_stream_unittest.cc |
+++ b/net/base/file_stream_unittest.cc |
@@ -845,7 +845,7 @@ TEST_F(FileStreamTest, ContentUriRead) { |
// Insert the image into MediaStore. MediaStore will do some conversions, and |
// return the content URI. |
- base::FilePath path = file_util::InsertImageIntoMediaStore(image_file); |
+ base::FilePath path = base::InsertImageIntoMediaStore(image_file); |
EXPECT_TRUE(path.IsContentUri()); |
EXPECT_TRUE(base::PathExists(path)); |
int64 file_size; |