chromium/components/autofill/core/browser/address_normalization_manager_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/address_normalization_manager.h"

#include <memory>

#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "components/autofill/core/browser/test_address_normalizer.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

class AddressNormalizationManagerTest : public testing::Test {};

TEST_F(AddressNormalizationManagerTest, SynchronousResult) {}

TEST_F(AddressNormalizationManagerTest, AsynchronousResult) {}

}  // namespace autofill