#include "components/autofill/core/browser/data_model/test_autofill_data_model.h"
namespace autofill {
TestAutofillDataModel::TestAutofillDataModel(size_t usage_history_size)
: … { … }
TestAutofillDataModel::TestAutofillDataModel(size_t use_count,
base::Time use_date) { … }
TestAutofillDataModel::~TestAutofillDataModel() = default;
std::u16string TestAutofillDataModel::GetRawInfo(FieldType type) const { … }
void TestAutofillDataModel::SetRawInfoWithVerificationStatus(
FieldType type,
const std::u16string& value,
VerificationStatus status) { … }
void TestAutofillDataModel::GetSupportedTypes(
FieldTypeSet* supported_types) const { … }
}