chromium/components/autofill/core/common/field_data_manager_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/common/field_data_manager.h"

#include "base/strings/utf_string_conversions.h"
#include "components/autofill/core/common/unique_ids.h"
#include "testing/gtest/include/gtest/gtest.h"

FormFieldData;
ASCIIToUTF16;
UTF8ToUTF16;

namespace autofill {

class FieldDataManagerTest : public testing::Test {};

TEST_F(FieldDataManagerTest, UpdateFieldDataMap) {}

TEST_F(FieldDataManagerTest, UpdateFieldDataMapWithNullValue) {}

TEST_F(FieldDataManagerTest, FindMatchedValue) {}

}  // namespace autofill