| Index: content/browser/blob_storage/chrome_blob_storage_context.h
|
| diff --git a/content/browser/blob_storage/chrome_blob_storage_context.h b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| index 9c0312f700b1521e6eb280e8c79bbf576c5ffa18..87702d17e71d041e99ca77f6ddcdd0dc8a72514c 100644
|
| --- a/content/browser/blob_storage/chrome_blob_storage_context.h
|
| +++ b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| @@ -34,7 +34,7 @@ namespace content {
|
| class BlobHandle;
|
| class BrowserContext;
|
| struct ChromeBlobStorageContextDeleter;
|
| -class ResourceRequestBodyImpl;
|
| +class ResourceRequestBody;
|
| class ResourceContext;
|
|
|
| // A context class that keeps track of BlobStorageController used by the chrome.
|
| @@ -103,7 +103,7 @@ using BlobHandles = std::vector<std::unique_ptr<storage::BlobDataHandle>>;
|
| // Attempts to create a vector of BlobDataHandles that ensure any blob data
|
| // associated with |body| isn't cleaned up until the handles are destroyed.
|
| // Returns false on failure. This is used for POST and PUT requests.
|
| -bool GetBodyBlobDataHandles(ResourceRequestBodyImpl* body,
|
| +bool GetBodyBlobDataHandles(ResourceRequestBody* body,
|
| ResourceContext* resource_context,
|
| BlobHandles* blob_handles);
|
|
|
|
|