| 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 2e1937278671234377f542078b145516b72fd8b4..6fe106b4a1084227e5e1c74b3735132d401e951c 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
|
|
|