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

Unified Diff: components/bookmarks/common/bookmark_pref_names.h

Issue 490123003: Move bookmark_pref_names.* into bookmarks namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 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
Index: components/bookmarks/common/bookmark_pref_names.h
diff --git a/components/bookmarks/common/bookmark_pref_names.h b/components/bookmarks/common/bookmark_pref_names.h
index fe3ce68b31cad67eb061dad3f324593b44e3e628..1c67341dcdafdf6e5d9a4136ae3574120cae774b 100644
--- a/components/bookmarks/common/bookmark_pref_names.h
+++ b/components/bookmarks/common/bookmark_pref_names.h
@@ -7,6 +7,7 @@
#ifndef COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
#define COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
+namespace bookmarks {
namespace prefs {
extern const char kBookmarkEditorExpandedNodes[];
@@ -17,5 +18,6 @@ extern const char kShowManagedBookmarksInBookmarkBar[];
extern const char kShowBookmarkBar[];
} // namespace prefs
+} // namespace bookmarks
#endif // COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | components/bookmarks/common/bookmark_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698