Index: content/common/dom_storage_common.h |
=================================================================== |
--- content/common/dom_storage_common.h (revision 132070) |
+++ content/common/dom_storage_common.h (working copy) |
@@ -9,7 +9,11 @@ |
#include "build/build_config.h" |
#include "base/basictypes.h" |
+#include "webkit/dom_storage/dom_storage_types.h" |
+#ifdef ENABLE_NEW_DOM_STORAGE_BACKEND |
+// TODO(michaeln): delete this file |
+#else |
const int64 kLocalStorageNamespaceId = 0; |
const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId; |
@@ -17,5 +21,5 @@ |
DOM_STORAGE_LOCAL = 0, |
DOM_STORAGE_SESSION |
}; |
- |
+#endif // ENABLE_NEW_DOM_STORAGE_BACKEND |
#endif // CONTENT_COMMON_DOM_STORAGE_COMMON_H_ |