chromium/google_apis/gaia/gaia_urls_overrider_for_testing.cc

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

#include "google_apis/gaia/gaia_urls_overrider_for_testing.h"

#include <memory>
#include <string>

#include "base/command_line.h"
#include "base/strings/string_util.h"
#include "google_apis/gaia/gaia_config.h"
#include "google_apis/gaia/gaia_switches.h"
#include "google_apis/gaia/gaia_urls.h"

GaiaUrlsOverriderForTesting::GaiaUrlsOverriderForTesting(
    base::CommandLine* command_line,
    const std::string& url_key,
    const std::string& url_value)
    :{}

GaiaUrlsOverriderForTesting::~GaiaUrlsOverriderForTesting() {}