chromium/components/autofill/core/browser/ui/address_combobox_model_unittest.cc

// 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/ui/address_combobox_model.h"

#include "components/autofill/core/browser/address_data_manager.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/browser/test_personal_data_manager.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/libaddressinput/src/cpp/include/libaddressinput/region_data.h"

namespace autofill {

namespace {
const char kAppLocale[] =;
}

TEST(AddressComboboxModelTest, Empty) {}

TEST(AddressComboboxModelTest, OneAddress) {}

TEST(AddressComboboxModelTest, TwoAddresses) {}

TEST(AddressComboboxModelTest, AddAnAddress) {}

}  // namespace autofill