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

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

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.cc
diff --git a/components/bookmarks/common/bookmark_pref_names.cc b/components/bookmarks/common/bookmark_pref_names.cc
index 701918f04b297d6061d0da18746a90cb578d80aa..8ea30b2cc28f76e6b126ccb6340152291b488b92 100644
--- a/components/bookmarks/common/bookmark_pref_names.cc
+++ b/components/bookmarks/common/bookmark_pref_names.cc
@@ -4,6 +4,7 @@
#include "components/bookmarks/common/bookmark_pref_names.h"
+namespace bookmarks {
namespace prefs {
// Boolean which specifies the ids of the bookmark nodes that are expanded in
@@ -31,3 +32,4 @@ const char kShowManagedBookmarksInBookmarkBar[] =
const char kShowBookmarkBar[] = "bookmark_bar.show_on_all_tabs";
} // namespace prefs
+} // namespace bookmarks
« no previous file with comments | « components/bookmarks/common/bookmark_pref_names.h ('k') | components/policy/core/browser/managed_bookmarks_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698