Index: webkit/browser/fileapi/local_file_util.h |
diff --git a/webkit/browser/fileapi/local_file_util.h b/webkit/browser/fileapi/local_file_util.h |
index 54c3e32a6a1809d63e3e316a6a427f3f2149a6ae..80a698a0e32ef41848345f0b9e1616c7a9b891dc 100644 |
--- a/webkit/browser/fileapi/local_file_util.h |
+++ b/webkit/browser/fileapi/local_file_util.h |
@@ -90,12 +90,6 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE LocalFileUtil : public FileSystemFileUtil { |
base::FilePath* platform_path) OVERRIDE; |
private: |
- // Given the filesystem url, produces a real, full local path for the |
- // underlying filesystem (which is usually the native filesystem). |
- FileSystemURL GetLocalPath( |
- FileSystemOperationContext* context, |
- const FileSystemURL& url); |
- |
DISALLOW_COPY_AND_ASSIGN(LocalFileUtil); |
}; |