Index: webkit/browser/appcache/appcache_storage_impl_unittest.cc |
diff --git a/webkit/browser/appcache/appcache_storage_impl_unittest.cc b/webkit/browser/appcache/appcache_storage_impl_unittest.cc |
index e8940045f8e199b020b1ed000b1a592fc92d8060..7eba54500deb2cf8d6328612437dfea5c7f2745d 100644 |
--- a/webkit/browser/appcache/appcache_storage_impl_unittest.cc |
+++ b/webkit/browser/appcache/appcache_storage_impl_unittest.cc |
@@ -1658,7 +1658,7 @@ class AppCacheStorageImplTest : public testing::Test { |
ASSERT_TRUE(base::CreateDirectory(disk_cache_directory)); |
base::FilePath index_file = disk_cache_directory.AppendASCII("index"); |
EXPECT_EQ(static_cast<int>(kCorruptData.length()), |
- file_util::WriteFile( |
+ base::WriteFile( |
index_file, kCorruptData.data(), kCorruptData.length())); |
} |