chromium/content/browser/preloading/anchor_element_interaction_host_impl_unittest.cc

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

#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) {}

}  // namespace
}  // namespace content