// 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/rationalization_util.h" #include "base/check.h" #include "components/autofill/core/browser/autofill_field.h" #include "components/autofill/core/browser/autofill_type.h" #include "components/autofill/core/common/autofill_features.h" namespace autofill { namespace rationalization_util { void RationalizePhoneNumberFields( const std::vector<AutofillField*>& fields_in_section) { … } } // namespace rationalization_util } // namespace autofill