| 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 4de7f5f48dc6bce2b84519d83fdc5eb688c0d784..83b811dcb415223161de3bbf2b2fd3e3bfc42a2c 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -64,9 +64,9 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
|
|
| void Flush();
|
|
|
| - // See StoragePartitionService interface.
|
| + // See mojom::StoragePartitionService interface.
|
| void OpenLocalStorage(const url::Origin& origin,
|
| - LevelDBWrapperRequest request);
|
| + mojom::LevelDBWrapperRequest request);
|
|
|
| private:
|
| friend class DOMStorageMessageFilter; // for access to context()
|
|
|