Index: webkit/fileapi/file_system_mount_point_provider.h |
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h |
index 976d4605b04673d7c5681b1cb8f233fdf25761ff..ddc45e35e2b974e214be27dc914b81555f3320a6 100644 |
--- a/webkit/fileapi/file_system_mount_point_provider.h |
+++ b/webkit/fileapi/file_system_mount_point_provider.h |
@@ -149,7 +149,7 @@ class ExternalFileSystemMountPointProvider |
// Gets virtual path by known filesystem path. Returns false when filesystem |
// path is not exposed by this provider. |
virtual bool GetVirtualPath(const base::FilePath& file_system_path, |
- base::FilePath* virtual_path) = 0; |
+ base::FilePath* virtual_path) const = 0; |
}; |
} // namespace fileapi |