summaryrefslogtreecommitdiff
path: root/chromium/content/browser/shared_storage/shared_storage_document_service_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/shared_storage/shared_storage_document_service_impl.h')
-rw-r--r--chromium/content/browser/shared_storage/shared_storage_document_service_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/browser/shared_storage/shared_storage_document_service_impl.h b/chromium/content/browser/shared_storage/shared_storage_document_service_impl.h
index fb00dd058e7..70d16e655e2 100644
--- a/chromium/content/browser/shared_storage/shared_storage_document_service_impl.h
+++ b/chromium/content/browser/shared_storage/shared_storage_document_service_impl.h
@@ -36,7 +36,7 @@ class SharedStorageDocumentServiceImpl final
const std::vector<uint8_t>& serialized_data) override;
private:
- friend class DocumentUserData;
+ friend class DocumentUserData<SharedStorageDocumentServiceImpl>;
explicit SharedStorageDocumentServiceImpl(RenderFrameHost*);