| Index: webkit/browser/fileapi/quota/quota_backend_impl.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.h b/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| index 10c38e7ea7c35f1b511339a824086eb402661583..787f53890fa7e21d21e3dea8aec47ffd73482e4e 100644
|
| --- a/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| +++ b/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| @@ -80,7 +80,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaBackendImpl
|
|
|
| void ReserveQuotaInternal(
|
| const QuotaReservationInfo& info);
|
| - base::PlatformFileError GetUsageCachePath(
|
| + base::File::Error GetUsageCachePath(
|
| const GURL& origin,
|
| FileSystemType type,
|
| base::FilePath* usage_file_path);
|
|
|