chromium/chrome/browser/ui/views/autofill/popup/mock_accessibility_selection_delegate.h

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

#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_POPUP_MOCK_ACCESSIBILITY_SELECTION_DELEGATE_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_POPUP_MOCK_ACCESSIBILITY_SELECTION_DELEGATE_H_

#include "chrome/browser/ui/views/autofill/popup/popup_row_view.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace autofill {
class MockAccessibilitySelectionDelegate
    : public PopupRowView::AccessibilitySelectionDelegate {};
}  // namespace autofill

#endif  // CHROME_BROWSER_UI_VIEWS_AUTOFILL_POPUP_MOCK_ACCESSIBILITY_SELECTION_DELEGATE_H_