Index: webkit/fileapi/file_system_path_manager.h |
diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h |
index 5ac35612243fda6dc747868612951a159adf2bc7..5c9600c6fedb13684434bbef74a419ae7465e3f8 100644 |
--- a/webkit/fileapi/file_system_path_manager.h |
+++ b/webkit/fileapi/file_system_path_manager.h |
@@ -78,7 +78,7 @@ class FileSystemPathManager { |
bool IsAccessAllowed(const GURL& origin, FileSystemType type, |
const FilePath& virtual_path); |
- FileSystemFileUtil* GetFileSystemFileUtil(FileSystemType type) const; |
+ FileSystemFileUtil* GetFileUtil(FileSystemType type) const; |
SandboxMountPointProvider* sandbox_provider() const { |
return sandbox_provider_.get(); |