chromium/chrome/browser/navigation_predictor/preloading_model_handler.cc

// Copyright 2023 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/navigation_predictor/preloading_model_handler.h"

#include "base/task/thread_pool.h"
#include "chrome/browser/navigation_predictor/preloading_model_executor.h"

PreloadingModelHandler::PreloadingModelHandler(
    optimization_guide::OptimizationGuideModelProvider* model_provider)
    :{}

PreloadingModelHandler::~PreloadingModelHandler() = default;