chromium/chrome/browser/update_client/chrome_update_query_params_delegate_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 <string>

#include "base/strings/strcat.h"
#include "base/system/sys_info.h"
#include "chrome/browser/update_client/chrome_update_query_params_delegate.h"
#include "chrome/common/channel_info.h"
#include "components/update_client/update_query_params.h"
#include "components/version_info/version_info.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

bool Contains(const std::string& source, const std::string& target) {}

}  // namespace

void TestParams(update_client::UpdateQueryParams::ProdId prod_id) {}

TEST(ChromeUpdateQueryParamsDelegateTest, GetParams) {}