summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 22:20:53 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-17 22:20:53 +0000
commit60eb6b080fabe616f2103ef23e8ac2a6ccf20d44 (patch)
tree8c52c961ff7d0467ebd8a18b661d8dc60fcce60d /webkit
parent8bf55ca1e18b9474eea356a2ca75ddc016e46bee (diff)
downloadchromium_src-60eb6b080fabe616f2103ef23e8ac2a6ccf20d44.zip
chromium_src-60eb6b080fabe616f2103ef23e8ac2a6ccf20d44.tar.gz
chromium_src-60eb6b080fabe616f2103ef23e8ac2a6ccf20d44.tar.bz2
base::Bind: Add a missing ref.
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8316021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105939 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/fileapi/file_system_file_util_proxy.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_file_util_proxy.cc b/webkit/fileapi/file_system_file_util_proxy.cc
index ad3e14c..db4a31d 100644
--- a/webkit/fileapi/file_system_file_util_proxy.cc
+++ b/webkit/fileapi/file_system_file_util_proxy.cc
@@ -162,7 +162,8 @@ class RelayEnsureFileExists : public MessageLoopRelay {
const fileapi::FileSystemOperationContext& context,
scoped_refptr<base::MessageLoopProxy> message_loop_proxy,
const FilePath& file_path,
- const fileapi::FileSystemFileUtilProxy::EnsureFileExistsCallback callback)
+ const fileapi::FileSystemFileUtilProxy::EnsureFileExistsCallback&
+ callback)
: MessageLoopRelay(context),
message_loop_proxy_(message_loop_proxy),
file_path_(file_path),