Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: content/browser/dom_storage/session_storage_namespace_impl.cc

Issue 11269010: Move fileapi and dom_storage directories into the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698