diff options
Diffstat (limited to 'chrome/common/dom_storage_common.h')
-rw-r--r-- | chrome/common/dom_storage_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/dom_storage_common.h b/chrome/common/dom_storage_common.h index 96fc508..3f50e62 100644 --- a/chrome/common/dom_storage_common.h +++ b/chrome/common/dom_storage_common.h @@ -4,6 +4,7 @@ #ifndef CHROME_COMMON_DOM_STORAGE_COMMON_H_ #define CHROME_COMMON_DOM_STORAGE_COMMON_H_ +#pragma once const int64 kLocalStorageNamespaceId = 0; const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId; |