| Index: content/browser/dom_storage/dom_storage_context_wrapper.h
|
| diff --git a/content/browser/dom_storage/dom_storage_context_wrapper.h b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| index 14efb4515db55acc6a356ed4c6d6ad254c947599..332869f0fa75c49f8b3a2dffa7954ca94bb07cbb 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -81,6 +81,7 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
| friend class DOMStorageMessageFilter; // for access to context()
|
| friend class SessionStorageNamespaceImpl; // ditto
|
| friend class base::RefCountedThreadSafe<DOMStorageContextWrapper>;
|
| + friend class MojoDOMStorageBrowserTest;
|
|
|
| ~DOMStorageContextWrapper() override;
|
| DOMStorageContextImpl* context() const { return context_.get(); }
|
|
|