chromium/components/update_client/update_query_params_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {};

}  // namespace

void TestParams(UpdateQueryParams::ProdId prod_id, bool extra_params) {}

void TestProdVersion() {}

TEST(UpdateQueryParamsTest, GetParams) {}

}  // namespace update_client