chromium/components/autofill/core/browser/form_parsing/price_field_parser_unittest.cc

// Copyright 2018 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_parsing/price_field_parser.h"

#include "components/autofill/core/browser/form_parsing/parsing_test_utils.h"

ASCIIToUTF16;

namespace autofill {

class PriceFieldParserTest
    : public FormFieldParserTestBase,
      public testing::TestWithParam<PatternProviderFeatureState> {};

INSTANTIATE_TEST_SUITE_P();

TEST_P(PriceFieldParserTest, ParsePrice) {}

TEST_P(PriceFieldParserTest, ParseNonPrice) {}

}  // namespace autofill