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

#include "chrome/browser/ui/views/autofill/popup/popup_interactive_row_view.h"

#include "ui/base/metadata/metadata_impl_macros.h"

namespace autofill {

PopupInteractiveRowView::PopupInteractiveRowView() = default;

PopupInteractiveRowView::~PopupInteractiveRowView() = default;

BEGIN_METADATA(PopupInteractiveRowView)
END_METADATA

}  // namespace autofill
