chromium/components/autofill/core/browser/form_forest_test_api.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/form_forest_test_api.h"

#include <iomanip>

namespace autofill::internal {

void FormForestTestApi::ExpandForm(base::stack<FrameForm>& frontier,
                                   FrameForm frame_and_form) {}

std::ostream& FormForestTestApi::PrintFrames(std::ostream& os) {}

std::ostream& FormForestTestApi::PrintForest(std::ostream& os) {}

std::ostream& FormForestTestApi::PrintForm(std::ostream& os,
                                           const FormData& form,
                                           int level) {}

}  // namespace autofill::internal