chromium/components/autofill/core/browser/test_utils/test_profiles.cc

// Copyright 2021 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/autofill/core/browser/test_utils/test_profiles.h"
#include "base/feature_list.h"
#include "components/autofill/core/common/autofill_features.h"

namespace autofill {

namespace test {

void SetProfileTestValues(AutofillProfile* profile,
                          const std::vector<ProfileTestData>& profile_test_data,
                          bool finalize) {}

void CopyGUID(const AutofillProfile& from, AutofillProfile* to) {}

void SetProfileObservedTestValues(AutofillProfile* profile,
                                  const std::vector<ProfileTestData>& test_data,
                                  bool finalize) {}

AutofillProfile StandardProfile(AddressCountryCode country_code) {}

AutofillProfile UpdateableStandardProfile() {}

AutofillProfile SubsetOfStandardProfile() {}

AutofillProfile DifferentFromStandardProfile() {}

}  // namespace test

}  // namespace autofill