#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) { … }
}