| Index: webkit/fileapi/file_system_operation.h
|
| diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
|
| index 5876692c96506537c2e76bbf68bf7f840fdf6a2e..3fa1338dd6391a99310e11aee8924a40bf773b3d 100644
|
| --- a/webkit/fileapi/file_system_operation.h
|
| +++ b/webkit/fileapi/file_system_operation.h
|
| @@ -112,7 +112,7 @@ class FileSystemOperation {
|
|
|
| void GetUsageAndQuotaThenCallback(
|
| const GURL& origin_url,
|
| - quota::QuotaManager::GetUsageAndQuotaCallback* callback);
|
| + const quota::QuotaManager::GetUsageAndQuotaCallback& callback);
|
|
|
| void DelayedCreateFileForQuota(quota::QuotaStatusCode status,
|
| int64 usage, int64 quota);
|
|
|