Index: content/browser/dom_storage/session_storage_namespace_impl.cc |
=================================================================== |
--- content/browser/dom_storage/session_storage_namespace_impl.cc (revision 163834) |
+++ content/browser/dom_storage/session_storage_namespace_impl.cc (working copy) |
@@ -10,6 +10,8 @@ |
using dom_storage::DomStorageContext; |
using dom_storage::DomStorageSession; |
+namespace content { |
+ |
SessionStorageNamespaceImpl::SessionStorageNamespaceImpl( |
DOMStorageContextImpl* context) |
: session_(new DomStorageSession(context->context())) { |
@@ -58,3 +60,5 @@ |
SessionStorageNamespaceImpl::~SessionStorageNamespaceImpl() { |
} |
+ |
+} // namespace content |