Index: webkit/fileapi/file_system_mount_point_provider_unittest.cc |
diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/fileapi/file_system_mount_point_provider_unittest.cc |
index c000535d94d68a20b132dca9fad03b6ed0d7777e..2857c53ed7ded831a7b11fe99438a1b1593120a9 100644 |
--- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc |
+++ b/webkit/fileapi/file_system_mount_point_provider_unittest.cc |
@@ -237,7 +237,7 @@ class FileSystemMountPointProviderTest : public testing::Test { |
if (type == kFileSystemTypeExternal) |
virtual_path = FilePath(kVirtualPath); |
FilePath returned_root_path = |
- provider(type)->ValidateFileSystemRootAndGetPathOnFileThread( |
+ provider(type)->GetFileSystemRootPathOnFileThread( |
origin_url, type, virtual_path, create); |
if (root_path) |
*root_path = returned_root_path; |