| 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 30bd48d835fc44c974509ce25a013464d62cd6bd..b631101ac365a7822a70549d13433c15087386bc 100644
|
| --- a/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| +++ b/content/browser/dom_storage/dom_storage_context_wrapper.h
|
| @@ -19,6 +19,10 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| +namespace mojo {
|
| +class Connector;
|
| +}
|
| +
|
| namespace storage {
|
| class SpecialStoragePolicy;
|
| }
|
| @@ -36,7 +40,7 @@ class CONTENT_EXPORT DOMStorageContextWrapper :
|
| public:
|
| // If |data_path| is empty, nothing will be saved to disk.
|
| DOMStorageContextWrapper(
|
| - const std::string& mojo_user_id,
|
| + mojo::Connector* connector,
|
| const base::FilePath& data_path,
|
| const base::FilePath& local_partition_path,
|
| storage::SpecialStoragePolicy* special_storage_policy);
|
|
|