// 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. #ifndef CHROME_BROWSER_LOOKALIKES_LOOKALIKE_TEST_HELPER_H_ #define CHROME_BROWSER_LOOKALIKES_LOOKALIKE_TEST_HELPER_H_ #include "base/memory/raw_ptr.h" #include "components/ukm/test_ukm_recorder.h" // Helper class for lookalike browser tests. class LookalikeTestHelper { … }; #endif // CHROME_BROWSER_LOOKALIKES_LOOKALIKE_TEST_HELPER_H_