// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_URL_DEDUPLICATION_URL_DEDUPLICATION_HELPER_H_ #define COMPONENTS_URL_DEDUPLICATION_URL_DEDUPLICATION_HELPER_H_ #include <memory> #include <string> #include <vector> #include "components/url_deduplication/deduplication_strategy.h" #include "components/url_deduplication/url_strip_handler.h" class GURL; namespace url_deduplication { class URLDeduplicationHelper { … }; } // namespace url_deduplication #endif // COMPONENTS_URL_DEDUPLICATION_URL_DEDUPLICATION_HELPER_H_