#ifndef COMPONENTS_LANGUAGE_CONTENT_BROWSER_ULP_LANGUAGE_CODE_LOCATOR_ULP_LANGUAGE_CODE_LOCATOR_H_
#define COMPONENTS_LANGUAGE_CONTENT_BROWSER_ULP_LANGUAGE_CODE_LOCATOR_ULP_LANGUAGE_CODE_LOCATOR_H_
#include <memory>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "components/language/content/browser/language_code_locator.h"
class PrefRegistrySimple;
class PrefService;
class SerializedLanguageTree;
namespace language {
class UlpLanguageCodeLocator : public LanguageCodeLocator { … };
}
#endif