| Index: webkit/blob/blob_storage_controller.h
|
| diff --git a/webkit/blob/blob_storage_controller.h b/webkit/blob/blob_storage_controller.h
|
| index a32fab3eb46f732a8b24da30488a32f3c6d922b3..c464da46c583ce8c197dcdbd30deb3b7b2e8abfe 100644
|
| --- a/webkit/blob/blob_storage_controller.h
|
| +++ b/webkit/blob/blob_storage_controller.h
|
| @@ -20,9 +20,6 @@ class FilePath;
|
| namespace base {
|
| class Time;
|
| }
|
| -namespace net {
|
| -class UploadData;
|
| -}
|
|
|
| namespace webkit_blob {
|
|
|
| @@ -40,10 +37,6 @@ class BLOB_EXPORT BlobStorageController {
|
| void RemoveBlob(const GURL& url);
|
| BlobData* GetBlobDataFromUrl(const GURL& url);
|
|
|
| - // If there is any blob reference in the upload data, it will get resolved
|
| - // and updated in place.
|
| - void ResolveBlobReferencesInUploadData(net::UploadData* upload_data);
|
| -
|
| private:
|
| friend class ViewBlobInternalsJob;
|
|
|
|
|