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 |