Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1570)

Unified Diff: chrome/browser/bookmarks/bookmark_codec.h

Issue 3091005: Rename GetStringAsUTF16() to GetString() (and overload), etc. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/background_contents_service.cc ('k') | chrome/browser/bookmarks/bookmark_codec.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/background_contents_service.cc ('k') | chrome/browser/bookmarks/bookmark_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698