// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_BOOKMARKS_TEST_TEST_BOOKMARK_CLIENT_H_ #define COMPONENTS_BOOKMARKS_TEST_TEST_BOOKMARK_CLIENT_H_ #include <stdint.h> #include <list> #include <map> #include <memory> #include "base/functional/callback.h" #include "base/functional/callback_helpers.h" #include "base/memory/raw_ptr.h" #include "components/bookmarks/browser/bookmark_client.h" namespace gfx { class Image; } // namespace gfx namespace bookmarks { class BookmarkModel; class TestBookmarkClient : public BookmarkClient { … }; } // namespace bookmarks #endif // COMPONENTS_BOOKMARKS_TEST_TEST_BOOKMARK_CLIENT_H_