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

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

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 132231)
+++ content/browser/dom_storage/session_storage_namespace_impl.cc (working copy)
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/browser/dom_storage/session_storage_namespace_impl_new.h"
+#include "content/browser/dom_storage/session_storage_namespace_impl.h"
-#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND
-
-#include "content/browser/dom_storage/dom_storage_context_impl_new.h"
+#include "content/browser/dom_storage/dom_storage_context_impl.h"
#include "webkit/dom_storage/dom_storage_session.h"
using dom_storage::DomStorageSession;
@@ -31,5 +29,3 @@
SessionStorageNamespaceImpl::~SessionStorageNamespaceImpl() {
}
-
-#endif // ENABLE_NEW_DOM_STORAGE_BACKEND

Powered by Google App Engine
This is Rietveld 408576698