#ifndef CHROME_BROWSER_HISTORY_EMBEDDINGS_CHROME_HISTORY_EMBEDDINGS_SERVICE_H_
#define CHROME_BROWSER_HISTORY_EMBEDDINGS_CHROME_HISTORY_EMBEDDINGS_SERVICE_H_
#include "base/no_destructor.h"
#include "chrome/browser/optimization_guide/optimization_guide_keyed_service.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
#include "components/history_embeddings/history_embeddings_service.h"
#include "content/public/browser/browser_context.h"
namespace history_embeddings {
class ChromeHistoryEmbeddingsService : public HistoryEmbeddingsService { … };
}
#endif