| Index: webkit/browser/blob/blob_storage_context.h
|
| diff --git a/webkit/browser/blob/blob_storage_context.h b/webkit/browser/blob/blob_storage_context.h
|
| index dda669a963f9c369602936c00833ac8f233769de..ae6fdfa4c8d0b62a09b5b1d9fdb1068c6fdae49a 100644
|
| --- a/webkit/browser/blob/blob_storage_context.h
|
| +++ b/webkit/browser/blob/blob_storage_context.h
|
| @@ -23,7 +23,7 @@ class Time;
|
| }
|
|
|
| namespace content {
|
| -class BlobStorageHost;
|
| +class BlobStorageHostImpl;
|
| }
|
|
|
| namespace webkit_blob {
|
| @@ -52,7 +52,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext
|
| void RevokePublicBlobURL(const GURL& url);
|
|
|
| private:
|
| - friend class content::BlobStorageHost;
|
| + friend class content::BlobStorageHostImpl;
|
| friend class BlobDataHandle;
|
| friend class ViewBlobInternalsJob;
|
|
|
|
|