#ifndef COMPONENTS_SEARCH_ENGINES_KEYWORD_WEB_DATA_SERVICE_H__
#define COMPONENTS_SEARCH_ENGINES_KEYWORD_WEB_DATA_SERVICE_H__
#include <stddef.h>
#include <stdint.h>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/timer/timer.h"
#include "components/search_engines/keyword_table.h"
#include "components/search_engines/template_url_id.h"
#include "components/webdata/common/web_data_service_base.h"
namespace base {
class SequencedTaskRunner;
}
class WebDatabaseService;
struct TemplateURLData;
struct WDKeywordsResult { … };
class WebDataServiceConsumer;
class KeywordWebDataService : public WebDataServiceBase { … };
#endif