// 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 "chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_url_loader.h" #include <utility> #include "base/metrics/histogram_macros.h" void SearchPrefetchURLLoader::RecordInterceptionTime() { … } void SearchPrefetchURLLoader::OnForwardingComplete() { … }