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

Unified Diff: components/bookmarks/browser/bookmark_node_data.cc

Issue 924793003: Cleanup: Convert const char* kFoo to const char kFoo[]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 years 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 | « components/bookmarks/browser/bookmark_node_data.h ('k') | extensions/common/features/behavior_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_node_data.cc
diff --git a/components/bookmarks/browser/bookmark_node_data.cc b/components/bookmarks/browser/bookmark_node_data.cc
index da1d6754d633001f22e61803277640f301e1ec12..0cded3b2d64da3b9b408c1778cfbda4615df8e3d 100644
--- a/components/bookmarks/browser/bookmark_node_data.cc
+++ b/components/bookmarks/browser/bookmark_node_data.cc
@@ -14,7 +14,7 @@
namespace bookmarks {
-const char* BookmarkNodeData::kClipboardFormatString =
+const char BookmarkNodeData::kClipboardFormatString[] =
"chromium/x-bookmark-entries";
BookmarkNodeData::Element::Element() : is_url(false), id_(0) {
« no previous file with comments | « components/bookmarks/browser/bookmark_node_data.h ('k') | extensions/common/features/behavior_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698