| Index: components/bookmarks/browser/bookmark_codec.h
|
| diff --git a/components/bookmarks/browser/bookmark_codec.h b/components/bookmarks/browser/bookmark_codec.h
|
| index 4697e79f4ded40846000dffc1ab1320c0e0b6dd3..8b42d3940bbb12bc3475b42564d0021721c87440 100644
|
| --- a/components/bookmarks/browser/bookmark_codec.h
|
| +++ b/components/bookmarks/browser/bookmark_codec.h
|
| @@ -86,25 +86,25 @@ class BookmarkCodec {
|
| bool ids_reassigned() const { return ids_reassigned_; }
|
|
|
| // Names of the various keys written to the Value.
|
| - static const char* kRootsKey;
|
| - static const char* kRootFolderNameKey;
|
| - static const char* kOtherBookmarkFolderNameKey;
|
| - static const char* kMobileBookmarkFolderNameKey;
|
| - static const char* kVersionKey;
|
| - static const char* kChecksumKey;
|
| - static const char* kIdKey;
|
| - static const char* kTypeKey;
|
| - static const char* kNameKey;
|
| - static const char* kDateAddedKey;
|
| - static const char* kURLKey;
|
| - static const char* kDateModifiedKey;
|
| - static const char* kChildrenKey;
|
| - static const char* kMetaInfo;
|
| - static const char* kSyncTransactionVersion;
|
| + static const char kRootsKey[];
|
| + static const char kRootFolderNameKey[];
|
| + static const char kOtherBookmarkFolderNameKey[];
|
| + static const char kMobileBookmarkFolderNameKey[];
|
| + static const char kVersionKey[];
|
| + static const char kChecksumKey[];
|
| + static const char kIdKey[];
|
| + static const char kTypeKey[];
|
| + static const char kNameKey[];
|
| + static const char kDateAddedKey[];
|
| + static const char kURLKey[];
|
| + static const char kDateModifiedKey[];
|
| + static const char kChildrenKey[];
|
| + static const char kMetaInfo[];
|
| + static const char kSyncTransactionVersion[];
|
|
|
| // Possible values for kTypeKey.
|
| - static const char* kTypeURL;
|
| - static const char* kTypeFolder;
|
| + static const char kTypeURL[];
|
| + static const char kTypeFolder[];
|
|
|
| private:
|
| // Encodes node and all its children into a Value object and returns it.
|
|
|