diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 21:54:27 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-18 21:54:27 +0000 |
commit | 65db239dbd6315e1e66f696579627c388360b367 (patch) | |
tree | bd89ca255fa8a60ddc5ee29bdf32a60e436440c0 /webkit/fileapi/file_system_mount_point_provider.h | |
parent | fb76114572fbb128d2d8c4806d6f71e0da4f2835 (diff) | |
download | chromium_src-65db239dbd6315e1e66f696579627c388360b367.zip chromium_src-65db239dbd6315e1e66f696579627c388360b367.tar.gz chromium_src-65db239dbd6315e1e66f696579627c388360b367.tar.bz2 |
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
BUG=none
TEST=none
R=csilv@chromium.org
Review URL: http://codereview.chromium.org/8342008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_mount_point_provider.h')
-rw-r--r-- | webkit/fileapi/file_system_mount_point_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h index 55161c3..7cf2ce3 100644 --- a/webkit/fileapi/file_system_mount_point_provider.h +++ b/webkit/fileapi/file_system_mount_point_provider.h @@ -33,7 +33,7 @@ class FileSystemMountPointProvider { const GURL& origin_url, FileSystemType type, bool create, - FileSystemPathManager::GetRootPathCallback* callback) = 0; + const FileSystemPathManager::GetRootPathCallback& callback) = 0; // Like GetFileSystemRootPath, but synchronous, and can be called only while // running on the file thread. |