#include "content/browser/preloading/anchor_element_interaction_host_impl.h"
#include "base/memory/raw_ptr.h"
#include "content/browser/preloading/preloading_decider.h"
#include "content/public/test/test_browser_context.h"
#include "content/test/test_web_contents.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
namespace {
class ScopedPreloadingDeciderObserver
: public PreloadingDeciderObserverForTesting { … };
class AnchorElementInteractionHostImplTest : public RenderViewHostTestHarness { … };
TEST_F(AnchorElementInteractionHostImplTest, OnPointerEvents) { … }
}
}