Index: chrome/browser/bookmarks/bookmark_codec.h |
diff --git a/chrome/browser/bookmarks/bookmark_codec.h b/chrome/browser/bookmarks/bookmark_codec.h |
index b9e0d7981b4bdad7afd284966cb18e9d4b34308a..3f1dd821719205cc4d141b910231cb5ffc605135 100644 |
--- a/chrome/browser/bookmarks/bookmark_codec.h |
+++ b/chrome/browser/bookmarks/bookmark_codec.h |
@@ -73,18 +73,18 @@ class BookmarkCodec { |
bool ids_reassigned() const { return ids_reassigned_; } |
// Names of the various keys written to the Value. |
- static const wchar_t* kRootsKey; |
- static const wchar_t* kRootFolderNameKey; |
- static const wchar_t* kOtherBookmarkFolderNameKey; |
- static const wchar_t* kVersionKey; |
- static const wchar_t* kChecksumKey; |
- static const wchar_t* kIdKey; |
- static const wchar_t* kTypeKey; |
- static const wchar_t* kNameKey; |
- static const wchar_t* kDateAddedKey; |
- static const wchar_t* kURLKey; |
- static const wchar_t* kDateModifiedKey; |
- static const wchar_t* kChildrenKey; |
+ static const char* kRootsKey; |
+ static const char* kRootFolderNameKey; |
+ static const char* kOtherBookmarkFolderNameKey; |
+ 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; |
// Possible values for kTypeKey. |
static const char* kTypeURL; |