// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/bookmarks/bookmark_prefs.h" #include "chrome/browser/ui/webui/side_panel/bookmarks/bookmarks.mojom.h" #include "components/prefs/pref_registry_simple.h" namespace bookmarks_webui { namespace prefs { const char kBookmarksSortOrder[] = …; const char kBookmarksViewType[] = …; } // namespace prefs void RegisterProfilePrefs(PrefRegistrySimple* registry) { … } } // namespace bookmarks_webui