// Copyright 2019 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_CONTENT_INDEX_CONTENT_INDEX_METRICS_H_ #define CHROME_BROWSER_CONTENT_INDEX_CONTENT_INDEX_METRICS_H_ #include "base/memory/raw_ptr.h" #include "third_party/blink/public/mojom/content_index/content_index.mojom.h" namespace content { class WebContents; } // namespace content namespace ukm { class UkmBackgroundRecorderService; } // namespace ukm namespace url { class Origin; } // namespace url class ContentIndexMetrics { … }; #endif // CHROME_BROWSER_CONTENT_INDEX_CONTENT_INDEX_METRICS_H_