diff options
Diffstat (limited to 'webkit/fileapi/sandbox_mount_point_provider.h')
-rw-r--r-- | webkit/fileapi/sandbox_mount_point_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h index b6cab5b..9696287 100644 --- a/webkit/fileapi/sandbox_mount_point_provider.h +++ b/webkit/fileapi/sandbox_mount_point_provider.h @@ -66,7 +66,7 @@ class SandboxMountPointProvider const GURL& origin_url, FileSystemType type, bool create, - FileSystemPathManager::GetRootPathCallback* callback); + const FileSystemPathManager::GetRootPathCallback& callback); // Like GetFileSystemRootPath, but synchronous, and can be called only while // running on the file thread. |