#include "components/search_engines/testing_search_terms_data.h"
#include "base/strings/utf_string_conversions.h"
TestingSearchTermsData::TestingSearchTermsData(
const std::string& google_base_url)
: … { … }
TestingSearchTermsData::~TestingSearchTermsData() { … }
std::string TestingSearchTermsData::GoogleBaseURLValue() const { … }
std::u16string TestingSearchTermsData::GetRlzParameterValue(
bool from_app_list) const { … }
std::string TestingSearchTermsData::GetSearchClient() const { … }
std::string TestingSearchTermsData::GoogleImageSearchSource() const { … }
size_t TestingSearchTermsData::EstimateMemoryUsage() const { … }