Index: content/browser/renderer_host/pepper/pepper_file_system_browser_host.h |
diff --git a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h |
index 30b9df960269b5892675e62cd5fe77cc55d1d120..d31a16d565190aa331c2d5f1de237c17810b13b0 100644 |
--- a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h |
+++ b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h |
@@ -115,7 +115,7 @@ class CONTENT_EXPORT PepperFileSystemBrowserHost |
int32_t OnHostMsgReserveQuota( |
ppapi::host::HostMessageContext* context, |
int64_t amount, |
- const ppapi::FileSizeMap& max_written_offsets); |
+ const ppapi::FileGrowthMap& file_growths); |
void SendReplyForFileSystem( |
ppapi::host::ReplyMessageContext reply_context, |
@@ -137,7 +137,7 @@ class CONTENT_EXPORT PepperFileSystemBrowserHost |
void GotReservedQuota( |
ppapi::host::ReplyMessageContext reply_context, |
int64_t amount, |
- const ppapi::FileSizeMap& max_written_offsets); |
+ const ppapi::FileSizeMap& file_sizes); |
void DidOpenQuotaFile( |
PP_Resource file_io_resource, |
const OpenQuotaFileCallback& callback, |