#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "components/search_engines/search_engine_utils.h"
#include "components/google/core/common/google_util.h"
#include "components/search_engines/prepopulated_engines.h"
#include "net/base/registry_controlled_domains/registry_controlled_domain.h"
#include "url/gurl.h"
namespace SearchEngineUtils {
namespace {
bool SameDomain(const GURL& given_url, const GURL& prepopulated_url) { … }
}
SearchEngineType GetEngineType(const GURL& url) { … }
}