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