#include "components/update_client/update_query_params.h"
#include "base/strings/stringprintf.h"
#include "base/system/sys_info.h"
#include "components/update_client/update_query_params_delegate.h"
#include "components/version_info/version_info.h"
#include "testing/gtest/include/gtest/gtest.h"
StringPrintf;
namespace update_client {
namespace {
bool Contains(const std::string& source, const std::string& target) { … }
class TestUpdateQueryParamsDelegate : public UpdateQueryParamsDelegate { … };
}
void TestParams(UpdateQueryParams::ProdId prod_id, bool extra_params) { … }
void TestProdVersion() { … }
TEST(UpdateQueryParamsTest, GetParams) { … }
}