chromium/chrome/browser/ui/views/autofill/popup/popup_view_views_test_api.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_POPUP_VIEW_VIEWS_TEST_API_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_POPUP_POPUP_VIEW_VIEWS_TEST_API_H_

#include <string>
#include <vector>

#include "base/memory/raw_ref.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/views/autofill/popup/popup_view_views.h"

namespace content {
struct NativeWebKeyboardEvent;
}  // namespace content

namespace gfx {
class Rect;
}  // namespace gfx

namespace autofill {

class PopupViewViewsTestApi {};

inline PopupViewViewsTestApi test_api(PopupViewViews& view) {}

}  // namespace autofill

#endif  // CHROME_BROWSER_UI_VIEWS_AUTOFILL_POPUP_POPUP_VIEW_VIEWS_TEST_API_H_