chromium/components/variations/service/test_variations_service.cc

// Copyright 2024 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/variations/service/test_variations_service.h"

#include <memory>

#include "components/metrics/clean_exit_beacon.h"
#include "components/variations/service/ui_string_overrider.h"
#include "components/variations/service/variations_service_client.h"
#include "components/web_resource/resource_request_allowed_notifier_test_util.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/test/test_network_connection_tracker.h"

namespace variations {
namespace {

class TestVariationsServiceClient : public VariationsServiceClient {};

}  // namespace

TestVariationsService::TestVariationsService(PrefService* prefs)
    :{}

TestVariationsService::~TestVariationsService() = default;

// static
void TestVariationsService::RegisterPrefs(PrefRegistrySimple* registry) {}

}  // namespace variations