#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;
}
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() { … }
}