| Index: content/browser/dom_storage/local_storage_context_mojo.h
|
| diff --git a/content/browser/dom_storage/local_storage_context_mojo.h b/content/browser/dom_storage/local_storage_context_mojo.h
|
| index 98e8dc9ec57bb11222fb4e7f62ab88d9b3b92764..90997500fe50007dcf2c67adcc836d368601806a 100644
|
| --- a/content/browser/dom_storage/local_storage_context_mojo.h
|
| +++ b/content/browser/dom_storage/local_storage_context_mojo.h
|
| @@ -48,6 +48,8 @@ class CONTENT_EXPORT LocalStorageContextMojo {
|
| leveldb::mojom::LevelDBDatabaseAssociatedRequest DatabaseRequestForTesting();
|
|
|
| private:
|
| + friend class MojoDOMStorageBrowserTest;
|
| +
|
| class LevelDBWrapperHolder;
|
|
|
| // Runs |callback| immediately if already connected to a database, otherwise
|
|
|