// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/bookmarks/managed/managed_bookmark_util.h" #include "components/bookmarks/browser/bookmark_node.h" #include "components/bookmarks/managed/managed_bookmark_service.h" namespace bookmarks { bool IsPermanentNode(const BookmarkPermanentNode* node, ManagedBookmarkService* managed_bookmark_service) { … } bool IsManagedNode(const BookmarkPermanentNode* node, ManagedBookmarkService* managed_bookmark_service) { … } } // namespace bookmarks