Chromium Code Reviews| Index: chrome/common/dom_storage_common.h |
| =================================================================== |
| --- chrome/common/dom_storage_common.h (revision 69012) |
| +++ chrome/common/dom_storage_common.h (working copy) |
| @@ -6,6 +6,10 @@ |
| #define CHROME_COMMON_DOM_STORAGE_COMMON_H_ |
| #pragma once |
| +#include "build/build_config.h" |
|
jorlow
2010/12/13 17:56:52
Why is this necessary?
jam
2010/12/13 19:07:00
this needs to be done before including basictypes.
|
| + |
| +#include "base/basictypes.h" |
| + |
| const int64 kLocalStorageNamespaceId = 0; |
| const int64 kInvalidSessionStorageNamespaceId = kLocalStorageNamespaceId; |