| Index: chrome/browser/extensions/extension_bookmarks_module_constants.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_bookmarks_module_constants.h (revision 19487)
|
| +++ chrome/browser/extensions/extension_bookmarks_module_constants.h (working copy)
|
| @@ -19,6 +19,8 @@
|
| extern const wchar_t kTitleKey[];
|
| extern const wchar_t kChildrenKey[];
|
| extern const wchar_t kRecursiveKey[];
|
| +extern const wchar_t kDateAddedKey[];
|
| +extern const wchar_t kDateGroupModifiedKey[];
|
|
|
| // Errors.
|
| extern const char kNoNodeError[];
|
|
|