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 |