// Copyright 2019 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/browser/bookmark_test_util.h" #include <iostream> #include "base/logging.h" #include "components/bookmarks/browser/bookmark_node.h" namespace bookmarks { void PrintTo(const BookmarkNode& node, std::ostream* os) { … } void PrintTo(const BookmarkNode* node, std::ostream* os) { … } } // namespace bookmarks