// Copyright 2024 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_HISTORY_EMBEDDINGS_MOCK_EMBEDDER_H_ #define COMPONENTS_HISTORY_EMBEDDINGS_MOCK_EMBEDDER_H_ #include "components/history_embeddings/embedder.h" namespace history_embeddings { class MockEmbedder : public Embedder { … }; } // namespace history_embeddings #endif // COMPONENTS_HISTORY_EMBEDDINGS_MOCK_EMBEDDER_H_