| Index: storage/browser/blob/view_blob_internals_job.h
|
| diff --git a/storage/browser/blob/view_blob_internals_job.h b/storage/browser/blob/view_blob_internals_job.h
|
| index ca6782be333271e659ff6fc1a497f6a92d231303..e2a836f4a2b6d402c6c355b7598f34ca55e44573 100644
|
| --- a/storage/browser/blob/view_blob_internals_job.h
|
| +++ b/storage/browser/blob/view_blob_internals_job.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/url_request/url_request_simple_job.h"
|
| +#include "storage/browser/blob/blob_storage_registry.h"
|
| #include "storage/browser/storage_browser_export.h"
|
|
|
| namespace net {
|
| @@ -42,7 +43,7 @@ class STORAGE_EXPORT ViewBlobInternalsJob
|
| ~ViewBlobInternalsJob() override;
|
|
|
| void GenerateHTML(std::string* out) const;
|
| - static void GenerateHTMLForBlobData(const InternalBlobData& blob_data,
|
| + static void GenerateHTMLForBlobData(const BlobStorageRegistry::Entry& entry,
|
| const std::string& content_type,
|
| const std::string& content_disposition,
|
| int refcount,
|
|
|