#ifndef COMPONENTS_SEARCH_ENGINES_ENTERPRISE_ENTERPRISE_SITE_SEARCH_MANAGER_H_
#define COMPONENTS_SEARCH_ENGINES_ENTERPRISE_ENTERPRISE_SITE_SEARCH_MANAGER_H_
#include <memory>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/values.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/prefs/pref_service.h"
class PrefValueMap;
struct TemplateURLData;
namespace user_prefs {
class PrefRegistrySyncable;
}
class EnterpriseSiteSearchManager { … };
#endif