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