// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/webui/whats_new/whats_new_util.h" #include "base/strings/stringprintf.h" #include "build/build_config.h" #include "chrome/browser/ui/webui/whats_new/whats_new_fetcher.h" #include "chrome/common/chrome_version.h" #include "testing/gtest/include/gtest/gtest.h" TEST(WhatsNewUtil, GetServerURL) { … }