chromium/components/autofill/core/browser/form_structure_test_api.cc

// Copyright 2017 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/form_structure_test_api.h"

#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/form_parsing/field_candidates.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

_;
Contains;
Each;
Pair;
FieldPrediction;

void FormStructureTestApi::SetFieldTypes(
    const std::vector<std::vector<std::pair<HeuristicSource, FieldType>>>&
        heuristic_types,
    const std::vector<FieldPrediction>& server_types) {}

void FormStructureTestApi::SetFieldTypes(
    const std::vector<std::vector<std::pair<HeuristicSource, FieldType>>>&
        heuristic_types,
    const std::vector<FieldType>& server_types) {}

void FormStructureTestApi::SetFieldTypes(
    const std::vector<FieldType>& heuristic_types,
    const std::vector<FieldType>& server_types) {}

AutofillUploadContents::Field::VoteType
FormStructureTestApi::get_username_vote_type() {}

}  // namespace autofill