#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 gfx {
class Rect;
}
namespace autofill {
class PopupViewViewsTestApi { … };
inline PopupViewViewsTestApi test_api(PopupViewViews& view) { … }
}
#endif