| Index: storage/browser/blob/blob_data_snapshot.h
|
| diff --git a/storage/browser/blob/blob_data_snapshot.h b/storage/browser/blob/blob_data_snapshot.h
|
| index 01ea2ef295eca05dc10c8743c15242f2d92f56e6..f0d4722777a2d74ed27a24f00363d776923d6e56 100644
|
| --- a/storage/browser/blob/blob_data_snapshot.h
|
| +++ b/storage/browser/blob/blob_data_snapshot.h
|
| @@ -53,7 +53,6 @@
|
| const std::string uuid_;
|
| const std::string content_type_;
|
| const std::string content_disposition_;
|
| -
|
| // Non-const for constrution in BlobStorageContext
|
| std::vector<scoped_refptr<BlobDataItem>> items_;
|
| };
|
|
|