Index: net/disk_cache/simple/simple_index_file_unittest.cc |
diff --git a/net/disk_cache/simple/simple_index_file_unittest.cc b/net/disk_cache/simple/simple_index_file_unittest.cc |
index 6a79433de85b84a026853795a34fde8c1dc2a22e..ef7c26d8e7d0632efb858e9b40151e968dd21250 100644 |
--- a/net/disk_cache/simple/simple_index_file_unittest.cc |
+++ b/net/disk_cache/simple/simple_index_file_unittest.cc |
@@ -86,7 +86,7 @@ class WrappedSimpleIndexFile : public SimpleIndexFile { |
} |
bool CreateIndexFileDirectory() const { |
- return file_util::CreateDirectory(index_file_.DirName()); |
+ return base::CreateDirectory(index_file_.DirName()); |
} |
}; |