summaryrefslogtreecommitdiffstats
path: root/chrome/common/dom_storage_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/dom_storage_common.h')
-rw-r--r--chrome/common/dom_storage_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/dom_storage_common.h b/chrome/common/dom_storage_common.h
index 21ba19c..5946384 100644
--- a/chrome/common/dom_storage_common.h
+++ b/chrome/common/dom_storage_common.h
@@ -6,6 +6,10 @@
#define CHROME_COMMON_DOM_STORAGE_COMMON_H_
#pragma once
+#include "build/build_config.h"
+
+#include "base/basictypes.h"
+
const int64 kLocalStorageNamespaceId = 0;
const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId;