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..189964c570d29771cb28e51042ad8ba88aea1a6d 100644 |
--- a/webkit/browser/blob/blob_storage_context.h |
+++ b/webkit/browser/blob/blob_storage_context.h |
@@ -29,6 +29,7 @@ class BlobStorageHost; |
namespace webkit_blob { |
class BlobDataHandle; |
+class BlobDataHandleShared; |
michaeln
2014/04/28 18:25:22
this doesn't look meaningful since it's really an
ericu
2014/04/28 18:43:01
Done.
|
// This class handles the logistics of blob Storage within the browser process, |
// and maintains a mapping from blob uuid to the data. The class is single |
@@ -53,7 +54,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageContext |
private: |
friend class content::BlobStorageHost; |
- friend class BlobDataHandle; |
+ friend class BlobDataHandle::BlobDataHandleShared; |
friend class ViewBlobInternalsJob; |
enum EntryFlags { |