From f1ef8d474706275552327bda10fa80590fd3d3e2 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Mon, 17 Oct 2011 19:39:59 +0000 Subject: base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8311012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105883 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_system_file_util_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/fileapi/file_system_file_util_proxy.h') diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h index e05b81a..67d6c8b 100644 --- a/webkit/fileapi/file_system_file_util_proxy.h +++ b/webkit/fileapi/file_system_file_util_proxy.h @@ -75,7 +75,7 @@ class FileSystemFileUtilProxy { const FileSystemOperationContext& context, scoped_refptr message_loop_proxy, const FilePath& file_path, - EnsureFileExistsCallback* callback); + const EnsureFileExistsCallback& callback); // Maps virtual file patch to its local physical location. static bool GetLocalPath( -- cgit v1.1