chromium/chrome/browser/sync/test/integration/contact_info_helper.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 "chrome/browser/sync/test/integration/contact_info_helper.h"

#include "chrome/browser/autofill/personal_data_manager_factory.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/data_model/autofill_profile_test_api.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace contact_info_helper {

namespace {

AutofillProfile;

}  // namespace

AutofillProfile BuildTestAccountProfile() {}

autofill::PersonalDataManager* GetPersonalDataManager(Profile* profile) {}

AddressDataManagerProfileChecker::AddressDataManagerProfileChecker(
    autofill::AddressDataManager* adm,
    const testing::Matcher<std::vector<AutofillProfile>>& matcher)
    :{}

AddressDataManagerProfileChecker::~AddressDataManagerProfileChecker() {}

bool AddressDataManagerProfileChecker::IsExitConditionSatisfied(
    std::ostream* os) {}

void AddressDataManagerProfileChecker::OnAddressDataChanged() {}

}  // namespace contact_info_helper