| Index: storage/browser/blob/blob_storage_context.h
|
| diff --git a/storage/browser/blob/blob_storage_context.h b/storage/browser/blob/blob_storage_context.h
|
| index 9e068a71610ed4db99e73e17e0fdcb100b712f10..825ba8fc94e775ef5508df865b48eb91dde25a19 100644
|
| --- a/storage/browser/blob/blob_storage_context.h
|
| +++ b/storage/browser/blob/blob_storage_context.h
|
| @@ -37,6 +37,7 @@ namespace content {
|
| class BlobDispatcherHost;
|
| class BlobDispatcherHostTest;
|
| class BlobStorageBrowserTest;
|
| +class ChromeBlobStorageContext;
|
| }
|
|
|
| namespace storage {
|
| @@ -130,6 +131,7 @@ class STORAGE_EXPORT BlobStorageContext {
|
| friend class content::BlobDispatcherHost;
|
| friend class content::BlobDispatcherHostTest;
|
| friend class content::BlobStorageBrowserTest;
|
| + friend class content::ChromeBlobStorageContext;
|
| friend class BlobTransportHost;
|
| friend class BlobTransportHostTest;
|
| friend class BlobDataHandle;
|
|
|