Index: content/browser/dom_storage/dom_storage_context_impl.cc |
=================================================================== |
--- content/browser/dom_storage/dom_storage_context_impl.cc (revision 132231) |
+++ content/browser/dom_storage/dom_storage_context_impl.cc (working copy) |
@@ -2,10 +2,8 @@ |
// 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/dom_storage_context_impl_new.h" |
+#include "content/browser/dom_storage/dom_storage_context_impl.h" |
-#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND |
- |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "base/message_loop_proxy.h" |
@@ -182,5 +180,3 @@ |
existing_namespace_id, clone_id)); |
return clone_id; |
} |
- |
-#endif // ENABLE_NEW_DOM_STORAGE_BACKEND |