chromium/ios/chrome/browser/overlays/model/public/infobar_banner/infobar_banner_overlay_responses.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ios/chrome/browser/overlays/model/public/infobar_banner/infobar_banner_overlay_responses.h"

OVERLAY_USER_DATA_SETUP_IMPL(InfobarBannerMainActionResponse);

OVERLAY_USER_DATA_SETUP_IMPL(InfobarBannerShowModalResponse);

OVERLAY_USER_DATA_SETUP_IMPL(InfobarBannerUserInitiatedDismissalResponse);

OVERLAY_USER_DATA_SETUP_IMPL(InfobarBannerRemoveInfobarResponse);