chromium/chrome/updater/external_constants_override_unittest.cc

// Copyright 2020 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/updater/external_constants_override.h"

#include <utility>
#include <vector>

#include "base/memory/scoped_refptr.h"
#include "base/time/time.h"
#include "base/values.h"
#include "chrome/updater/constants.h"
#include "chrome/updater/external_constants.h"
#include "chrome/updater/external_constants_default.h"
#include "chrome/updater/updater_branding.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace updater {

class ExternalConstantsOverriderTest : public ::testing::Test {};

TEST_F(ExternalConstantsOverriderTest, TestEmptyDictValue) {}

TEST_F(ExternalConstantsOverriderTest, TestFullOverrides) {}

TEST_F(ExternalConstantsOverriderTest, TestOverrideUnwrappedURL) {}

}  // namespace updater